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