We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa63417 commit c450fa3Copy full SHA for c450fa3
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
# Using -e .[dev] installs the current package in editable mode with dev extras
55
uv pip install --system -e .[dev]
56
pip install Django==${{ matrix.django-version }}
57
- pip install ${{ matrix.psycopg-version }}
+ pip install ${{ matrix.psycopg-package }}
58
- name: Run tests
59
run: |
60
./check-lint.sh
0 commit comments