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:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -22,9 +22,12 @@ jobs:
|
|||||||
# sudo apt install -y redis-server
|
# sudo apt install -y redis-server
|
||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: v1.0.0
|
||||||
- name: Install Python Dependencies
|
- name: Install Python Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd ./hyperglass
|
pwd
|
||||||
|
ls -lsah
|
||||||
pip install .
|
pip install .
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: ricardochaves/python-lint@v1.1.0
|
uses: ricardochaves/python-lint@v1.1.0
|
||||||
|
Reference in New Issue
Block a user