mirror of https://github.com/citusdata/citus.git
Update packaging-test-pipelines.yml
parent
7bdb403a0a
commit
66f95f2c03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue