forked from mirrors/thatmattlove-hyperglass
fix gh actions branch; pip
This commit is contained in:
parent
1db007227f
commit
5324c35558
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue