Pin the python version for python tests git runners to 3.12 until pgAdmin supports latest

This commit is contained in:
Aditya Toshniwal
2024-10-28 14:12:29 +05:30
parent 8b354aec1d
commit 9e3f5f53cc

View File

@@ -115,6 +115,11 @@ jobs:
psql postgres -p 59${{ matrix.pgver }} -c 'CREATE ROLE postgres SUPERUSER LOGIN;'
# Pin the python version to v3.12 till pgAdmin supports latest versions.
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Python dependencies on Linux and macOS
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' }}
run: make install-python-testing