Skip to content

Commit

Permalink
build: Fix the test matrix.
Browse files Browse the repository at this point in the history
If we pin the python version in the toxenv settings we can't actually
test with multiple python versions.
  • Loading branch information
feanil committed Sep 9, 2024
1 parent 3e58bc6 commit a528451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.8", "3.11", "3.12"]
toxenv:
[
py38-django42-drflatest,quality
django42-drflatest,quality
]

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
run: tox

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='py38-django42-drflatest'
if: matrix.python-version == '3.12' && matrix.toxenv=='django42-drflatest'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a528451

Please sign in to comment.