mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-21 08:53:47 +02: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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: [3.6, 3.7, 3.8]
|
python-version: [3.6, 3.7, 3.8]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -r dev-requirements.txt
|
python -m pip install -r dev-requirements.txt
|
||||||
- name: Install State Tool (Windows)
|
- name: Install Windows dependencies
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: python -m pip install -r win-requirements.txt
|
run: python -m pip install -r win-requirements.txt
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user