Skip to content

Commit 16eb585

Browse files
committed
fixes CI matrix
1 parent 0026791 commit 16eb585

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
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Python ${{ matrix.python }}
7575
uses: actions/setup-python@v5
7676
with:
77-
python: ${{ matrix.python-version }}
77+
python: ${{ matrix.python }}
7878
architecture: 'x64'
7979
- name: Restore cached venv
8080
id: cache-venv-restore
@@ -83,7 +83,7 @@ jobs:
8383
path: |
8484
.cache-uv/
8585
.venv/
86-
key: ${{ matrix.python-version }}-${{matrix.django-version}}-${{ hashFiles('pyproject.toml') }}-venv
86+
key: ${{ matrix.python }}-${{matrix.django}}-${{ hashFiles('pyproject.toml') }}-venv
8787

8888

8989
- name: Install tox

0 commit comments

Comments
 (0)