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 5bd65e8 commit 8beff2aCopy full SHA for 8beff2a
.github/workflows/release.yml
@@ -58,6 +58,9 @@ jobs:
58
Start-Process -FilePath "$env:PGBIN\pg_isready" -Wait -PassThru
59
& $env:PGBIN\psql --command="ALTER USER postgres WITH PASSWORD '123456'" --command="\du"
60
61
+ - name: Upgrade install tools
62
+ run: python -m pip install --upgrade setuptools wheel
63
+
64
- name: Install dependencies
65
run: |
66
pip install -r requirements.txt
requirements.txt
@@ -1,2 +1,2 @@
1
casbin>=0.8.4
2
-psycopg2-binary==2.8.6
+psycopg2-binary>=2.8.6<=2.9.3
0 commit comments