1
0
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:
grossmj 2020-10-20 11:05:12 +10:30
parent 8b415b0b3c
commit c0cab1c3ca

View File

@ -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