Skip to content

Commit bacc52d

Browse files
committed
added support for cmd specific env vars and auth
1 parent 0208a6d commit bacc52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install psycopg2-binary for Windows
5050
if: matrix.os == 'windows-latest'
5151
run: |
52-
pip install psycopg2-binary
52+
pip install psycopg
5353
shell: powershell
5454
# End Windows
5555

0 commit comments

Comments
 (0)