Skip to content

Commit 1e07b51

Browse files
authored
Update pip install command in run_zonal_tests.sh
Replace local package installation with google-cloud-storage installation.
1 parent 1bb80b5 commit 1e07b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/cloudbuild/run_zonal_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo 'Install testing libraries explicitly, as they are not in setup.py'
2020
pip install --upgrade pip
2121
pip install pytest pytest-timeout pytest-subtests pytest-asyncio
2222
pip install google-cloud-testutils google-cloud-kms
23-
pip install -e .
23+
pip install google-cloud-storage[grpc,testing]
2424

2525
echo '--- Setting up environment variables on VM ---'
2626
export ZONAL_BUCKET=${_ZONAL_BUCKET}

0 commit comments

Comments
 (0)