1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-12 17:10:55 +00:00

Run tests on Ubuntu only for now.

This commit is contained in:
grossmj 2020-10-20 11:57:32 +10:30
parent f4210108ce
commit f895b66fca

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
steps:
@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r dev-requirements.txt
- name: Install State Tool (Windows)
- name: Install Windows dependencies
if: matrix.os == 'windows-latest'
run: python -m pip install -r win-requirements.txt
- name: Lint with flake8