File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,8 @@ jobs:
404404 pypy3 -m pip install --upgrade pip
405405 pypy3 -m pip install tox pytest
406406 fi
407- export PATH=$PATH:/root/.local/bin
407+ # Add both possible install locations to PATH
408+ export PATH=\$PATH:/root/.local/bin:/opt/pypy/bin
408409 which tox && tox --version
409410 '
410411 echo "Fetching token from Keycloak..."
@@ -445,8 +446,6 @@ jobs:
445446 export VP_TEST_OAUTH_USER='oauth_user'
446447 export VP_TEST_USER='dbadmin'
447448 export VP_TEST_PASSWORD=''
448- # Add PyPy bin directory to PATH
449- export PATH=\$PATH:/opt/pypy/bin
450449 echo '🔍 Checking connectivity to Vertica...'
451450 if command -v nc >/dev/null 2>&1; then
452451 nc -zv \${VP_TEST_HOST} \${VP_TEST_PORT} || { echo '❌ Cannot reach Vertica host'; exit 1; }
You can’t perform that action at this time.
0 commit comments