Skip to content

Commit 9299157

Browse files
committed
test: re-disable psycopg2 on 3.13beta
Psycopg2 now compiles but crashes on import: actions/setup-python#864 so progress.
1 parent ca8f06d commit 9299157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- name: Install python db libraries
204204
run: |
205205
pip install mysqlclient
206-
if [[ "$PYTHON_VERSION" != "3.14" ]]; then
206+
if [[ "$PYTHON_VERSION" != "3.13" ]]; then
207207
pip install psycopg2; fi
208208
209209
- name: Install auxiliary packages

0 commit comments

Comments
 (0)