Skip to content

Commit 2bd89b2

Browse files
authored
Merge pull request #245 from aliceinwire/testing
(workflow) Use matrix python version and update version for tox
2 parents 246522f + 8a131e5 commit 2bd89b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.11", "3.12", "3.13"]
10+
python-version: ["3.12", "3.13"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install Python ${{ matrix.python-version }}
@@ -34,4 +34,4 @@ jobs:
3434
- name: Isort check
3535
run: poetry run isort . --profile black --check --diff
3636
- name: Tox check (pytest)
37-
run: poetry run tox
37+
run: poetry run tox -e py${{ replace(matrix.python-version, '.', '') }}

0 commit comments

Comments
 (0)