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:
parent
f4210108ce
commit
f895b66fca
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user