We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c596555 commit 291a998Copy full SHA for 291a998
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- id: set-matrix
33
run: |
34
- uv run nox --session gha_matrix
+ uv run noxfile.py --session gha_matrix
35
36
test:
37
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ runs-on }})
@@ -51,4 +51,4 @@ jobs:
51
52
- name: Run tests
53
54
- uv run nox --session "tests(python='${{ matrix.python-version }}', django='${{ matrix.django-version }}')"
+ uv run noxfile.py --session "tests(python='${{ matrix.python-version }}', django='${{ matrix.django-version }}')"
0 commit comments