reduced ci os targets
This commit is contained in:
parent
1ebd99e99b
commit
50230c3ab8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: [3.8]
|
python-version: [3.8]
|
||||||
poetry-version: [1.1.4]
|
poetry-version: [1.1.4]
|
||||||
os: [ubuntu-20.04, ubuntu-18.04, macos-latest, windows-latest]
|
os: [ubuntu-20.04, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2 # get source
|
- uses: actions/checkout@v2 # get source
|
||||||
@ -26,5 +26,5 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
|
|
||||||
- name: Run tests with pytest # test script
|
- name: Run Tests # test script
|
||||||
run: poetry run python -m unittest discover -s tests
|
run: poetry run python -m unittest discover -s tests
|
Loading…
Reference in New Issue
Block a user