Skip to content

Commit

Permalink
Start testing with psycopg3
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 13, 2024
1 parent 8bb8782 commit f415d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install -U pip wheel setuptools
pip install -r devel.txt
# workaround for https://github.com/tomturner/django-tenants/issues/336
pip install psycopg2
pip install psycopg>=3.1.17
docker exec -i postgresql_database psql -c "ALTER USER kiwi CREATEDB;"
Expand Down

0 comments on commit f415d32

Please sign in to comment.