Skip to content

Commit 56798bb

Browse files
committed
Simplify test matrix
1 parent a167590 commit 56798bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version: [3.6, 3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
21-
poetry-version: [1.0, 1.1.6]
2221
os: [ubuntu-20.04, macos-latest, windows-latest]
2322
steps:
2423
- uses: actions/checkout@master
2524
- name: Install
2625
uses: abatilo/actions-poetry@v2
2726
with:
2827
python_version: ${{ matrix.python-version }}
29-
poetry_version: ${{ matrix.poetry-version }}
28+
poetry_version: 1.1
3029
args: install
3130
- name: Run matrix of tests with Tox
3231
uses: abatilo/actions-poetry@v2
3332
with:
3433
python_version: ${{ matrix.python-version }}
35-
poetry_version: ${{ matrix.poetry-version }}
34+
poetry_version: 1.1
3635
args: run tox

0 commit comments

Comments
 (0)