comparison .github/workflows/ci-test.yml @ 7943:84618675db21

test: re-disable psycopg2 on 3.13beta Psycopg2 now compiles but crashes on import: https://github.com/actions/setup-python/issues/864 so progress.
author John Rouillard <rouilj@ieee.org>
date Sun, 12 May 2024 18:17:01 -0400
parents 52f5cb357e40
children 1c5176f192cb
comparison
equal deleted inserted replaced
7942:52f5cb357e40 7943:84618675db21
201 pip install redis 201 pip install redis
202 202
203 - name: Install python db libraries 203 - name: Install python db libraries
204 run: | 204 run: |
205 pip install mysqlclient 205 pip install mysqlclient
206 if [[ "$PYTHON_VERSION" != "3.14" ]]; then 206 if [[ "$PYTHON_VERSION" != "3.13" ]]; then
207 pip install psycopg2; fi 207 pip install psycopg2; fi
208 208
209 - name: Install auxiliary packages 209 - name: Install auxiliary packages
210 run: | 210 run: |
211 sudo apt-get install swig gpgsm libgpgme-dev 211 sudo apt-get install swig gpgsm libgpgme-dev

Roundup Issue Tracker: http://roundup-tracker.org/