Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8117:89c0e2fc5073
issue2551339 - psycopg2 on 3.13 github runner crashes on import
supposedly a new release of psycopg2 that is 3.13 compatible has
been released. Try it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 17 Oct 2024 15:13:03 -0400 |
| parents | fffbaa3f963b |
| children | c88ad93f0e77 |
comparison
equal
deleted
inserted
replaced
| 8116:d4fbfc6a7662 | 8117:89c0e2fc5073 |
|---|---|
| 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.13" ]]; then | 206 if [[ "$PYTHON_VERSION" != "3.14" ]]; 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 |
