Skip to content

Commit d43557d

Browse files
committed
Updating bin path for PYPY run
1 parent 9f6cc7c commit d43557d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)