Update packaging-test-pipelines.yml

pull/7511/head
Gürkan İndibay 2024-02-15 17:40:28 +03:00 committed by GitHub
parent 7bdb403a0a
commit 66f95f2c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -74,7 +74,9 @@ jobs:
- name: Set Postgres and python parameters for rpm based distros
run: |
# Fixes dubious ownership for git error
git config --global --add safe.directory '*'
echo "/usr/pgsql-${{ matrix.POSTGRES_VERSION }}/bin" >> $GITHUB_PATH
echo "/root/.pyenv/bin:$PATH" >> $GITHUB_PATH
echo "PACKAGING_PYTHON_VERSION=3.8.16" >> $GITHUB_ENV