Reduced ci os targets
This commit is contained in:
parent
4713e82819
commit
062347347b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
matrix:
|
||||
python-version: [3.8]
|
||||
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 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2 # get source
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
|
||||
- name: Install Dependencies # test script
|
||||
- name: Install Dependencies
|
||||
run: poetry install
|
||||
|
||||
- name: Run Tests # test script
|
||||
|
Loading…
Reference in New Issue
Block a user