Mercurial > p > roundup > code
changeset 7942:52f5cb357e40
test: re-enable psycopg2 build win ci with python 3.13 beta 1
New beta1 version now in GH actions ci. See if psycopg2 installs with
it.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 May 2024 17:52:36 -0400 |
| parents | d272c828d376 |
| children | 84618675db21 |
| 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:46:45 2024 -0400 +++ b/.github/workflows/ci-test.yml Sun May 12 17:52:36 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
