mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix testing.yml
This commit is contained in:
parent
1cb433c5bc
commit
f3d43aeb39
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -r dev-requirements.txt
|
python -m pip install .[development]
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
|
Loading…
Reference in New Issue
Block a user