Skip to content

Commit d26635b

Browse files
author
Ivan Katanovic
committed
Update pycopg-binary in CI
1 parent 770502d commit d26635b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pip install .
7373
pip install -r test_project/requirements-${{ matrix.django }}.txt
7474
pip install flake8
75-
if [ "${{ matrix.db }}" = "postgres" ]; then pip install psycopg2-binary==2.8.4; fi
75+
if [ "${{ matrix.db }}" = "postgres" ]; then pip install psycopg2-binary==2.9.11; fi
7676
7777
- name: Lint
7878
run: flake8 --ignore=E501,E731,W504 daguerre

0 commit comments

Comments
 (0)