mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Install Windows dependencies to run tests
This commit is contained in:
parent
8b415b0b3c
commit
c0cab1c3ca
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r dev-requirements.txt
|
||||
- name: Install State Tool (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: python -m pip install -r win-requirements.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
Loading…
Reference in New Issue
Block a user