Skip to content

Commit c450fa3

Browse files
committed
fix
1 parent fa63417 commit c450fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Using -e .[dev] installs the current package in editable mode with dev extras
5555
uv pip install --system -e .[dev]
5656
pip install Django==${{ matrix.django-version }}
57-
pip install ${{ matrix.psycopg-version }}
57+
pip install ${{ matrix.psycopg-package }}
5858
- name: Run tests
5959
run: |
6060
./check-lint.sh

0 commit comments

Comments
 (0)