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 0026791 commit 16eb585Copy full SHA for 16eb585
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Set up Python ${{ matrix.python }}
75
uses: actions/setup-python@v5
76
with:
77
- python: ${{ matrix.python-version }}
+ python: ${{ matrix.python }}
78
architecture: 'x64'
79
- name: Restore cached venv
80
id: cache-venv-restore
@@ -83,7 +83,7 @@ jobs:
83
path: |
84
.cache-uv/
85
.venv/
86
- key: ${{ matrix.python-version }}-${{matrix.django-version}}-${{ hashFiles('pyproject.toml') }}-venv
+ key: ${{ matrix.python }}-${{matrix.django}}-${{ hashFiles('pyproject.toml') }}-venv
87
88
89
- name: Install tox
0 commit comments