mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-21 21:57:49 +00:00
Fix testing on Windows.
This commit is contained in:
parent
a9a5d4e665
commit
8b415b0b3c
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
|
python -m pip install -r dev-requirements.txt
|
||||||
- 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