We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f525173 commit 09e7c71Copy full SHA for 09e7c71
.github/workflows/test.yaml
@@ -46,7 +46,7 @@ jobs:
46
if: matrix.os != 'windows-latest'
47
run: |
48
# pip install psycopg2
49
- pip install "psycopg2[binary]"
+ pip install psycopg2
50
51
# Windows specific
52
# whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
@@ -67,7 +67,7 @@ jobs:
67
68
# # Install the wheel
69
# pip install ./tests/whls/$wheelFilename
70
+ pip install psycopg2-binary
71
shell: powershell
72
# End Windows specific
73
0 commit comments