Skip to content

Commit

Permalink
test: re-disable psycopg2 on 3.13beta
Browse files Browse the repository at this point in the history
Psycopg2 now compiles but crashes on import:

  actions/setup-python#864

so progress.
  • Loading branch information
rouilj committed May 12, 2024
1 parent ca8f06d commit 9299157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install python db libraries
run: |
pip install mysqlclient
if [[ "$PYTHON_VERSION" != "3.14" ]]; then
if [[ "$PYTHON_VERSION" != "3.13" ]]; then
pip install psycopg2; fi
- name: Install auxiliary packages
Expand Down

0 comments on commit 9299157

Please sign in to comment.