Skip to content

Commit

Permalink
ci: pin psycopg2 to 2.8
Browse files Browse the repository at this point in the history
This is needed for the CI to work before
psycopg/psycopg2#1293 is fixed somehow.
  • Loading branch information
terceiro committed Jun 20, 2021
1 parent b37478a commit b6ed3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
continue-on-error: ${{ matrix.django-version == '3.1.0' || matrix.django-version == 'main' }}
run: |
python -m pip install --upgrade pip
pip install psycopg2
pip install 'psycopg2<2.9'
pip install -r requirements.txt -r requirements-dev.txt
- name: Install Django Release
run: |
Expand Down

0 comments on commit b6ed3d1

Please sign in to comment.