Skip to content

Commit 1f4137e

Browse files
committed
fix postgres test
1 parent 9d90e34 commit 1f4137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
run: |
281281
just setup ${{ steps.sp.outputs.python-path }}
282282
just test-lock Django~=${{ matrix.django-version }}.0
283-
just install
283+
just install-psycopg3
284284
- name: Run Unit Tests
285285
run: |
286286
just test ./tests/verify_environment.py

0 commit comments

Comments
 (0)