Skip to content

Commit 291a998

Browse files
oops
1 parent c596555 commit 291a998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- id: set-matrix
3333
run: |
34-
uv run nox --session gha_matrix
34+
uv run noxfile.py --session gha_matrix
3535
3636
test:
3737
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ runs-on }})
@@ -51,4 +51,4 @@ jobs:
5151

5252
- name: Run tests
5353
run: |
54-
uv run nox --session "tests(python='${{ matrix.python-version }}', django='${{ matrix.django-version }}')"
54+
uv run noxfile.py --session "tests(python='${{ matrix.python-version }}', django='${{ matrix.django-version }}')"

0 commit comments

Comments
 (0)