Mercurial > p > roundup > code
changeset 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 | 0b80d1e8c803 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun May 12 17:52:36 2024 -0400 +++ b/.github/workflows/ci-test.yml Sun May 12 18:17:01 2024 -0400 @@ -203,7 +203,7 @@ - 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
