Skip to content

Commit

Permalink
investigate path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Jan 7, 2025
1 parent a596fba commit b1ffcf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ fi

set -x
if [[ $USE_AIRLOCK = 'true' ]]; then
python3 -m pip install -r requirements-auth.txt -i https://pypi.org/simple/ --require-hashes --only-binary :all:
pwd
ls python-spanner
ls python-spanner/.kokoro
python3 -m pip install -r .kokoro/requirements-auth.txt -i https://pypi.org/simple/ --require-hashes --only-binary :all:
cat > $HOME/.config/pip/pip.conf <<EOL
[global]
index-url = https://us-python.pkg.dev/artifact-foundry-prod/python-3p-trusted/simple/
Expand Down

0 comments on commit b1ffcf4

Please sign in to comment.