1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix gh actions branch; pip

This commit is contained in:
checktheroads
2020-02-13 21:41:54 -07:00
parent 1db007227f
commit 5324c35558

View File

@ -22,9 +22,12 @@ jobs:
# sudo apt install -y redis-server
- name: Clone Repository
uses: actions/checkout@v2
with:
ref: v1.0.0
- name: Install Python Dependencies
run: |
cd ./hyperglass
pwd
ls -lsah
pip install .
- name: lint
uses: ricardochaves/python-lint@v1.1.0