File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 4646 enable-cache : true
4747
4848 - id : set-matrix
49+ env :
50+ OS : ${{ inputs.os }}
4951 run : |
50- uv run noxfile.py --session gha_matrix -- "${{ inputs.os } }"
52+ uv run noxfile.py --session gha_matrix -- "${OS }"
5153
5254 test :
5355 name : Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ matrix.os }})
6971 enable-cache : true
7072
7173 - name : Run tests
74+ env :
75+ DJANGO_VERSION : ${{ matrix.django-version }}
76+ PYTHON_VERSION : ${{ matrix.python-version }}
7277 run : |
73- uv run noxfile.py --session "tests(python='${{ matrix.python-version }} ', django='${{ matrix.django-version } }')"
78+ uv run noxfile.py --session "tests(python='${PYTHON_VERSION} ', django='${DJANGO_VERSION }')"
7479
7580 tests :
7681 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments