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 9beaad2 commit f525173Copy full SHA for f525173
.github/workflows/test.yaml
@@ -46,7 +46,7 @@ jobs:
46
if: matrix.os != 'windows-latest'
47
run: |
48
# pip install psycopg2
49
- pip install "psycopg[binary]"
+ pip install "psycopg2[binary]"
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
71
shell: powershell
72
# End Windows specific
73
0 commit comments