Skip to content

Commit e60f1a4

Browse files
investigate path issue
1 parent a596fba commit e60f1a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ fi
4848

4949
set -x
5050
if [[ $USE_AIRLOCK = 'true' ]]; then
51-
python3 -m pip install -r requirements-auth.txt -i https://pypi.org/simple/ --require-hashes --only-binary :all:
51+
echo $PWD
52+
python3 -m pip install -r .kokoro/requirements-auth.txt -i https://pypi.org/simple/ --require-hashes --only-binary :all:
5253
cat > $HOME/.config/pip/pip.conf <<EOL
5354
[global]
5455
index-url = https://us-python.pkg.dev/artifact-foundry-prod/python-3p-trusted/simple/

0 commit comments

Comments
 (0)