mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Pin the python version for python tests git runners to 3.12 until pgAdmin supports latest
This commit is contained in:
5
.github/workflows/run-python-tests-pg.yml
vendored
5
.github/workflows/run-python-tests-pg.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user