Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Tue Oct 01 23:52:04 2024 -0400 +++ b/.github/workflows/ci-test.yml Thu Oct 17 15:13:03 2024 -0400 @@ -203,7 +203,7 @@ - name: Install python db libraries run: | pip install mysqlclient - if [[ "$PYTHON_VERSION" != "3.13" ]]; then + if [[ "$PYTHON_VERSION" != "3.14" ]]; then pip install psycopg2; fi - name: Install auxiliary packages
