We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f44424 commit 3e4e6f6Copy full SHA for 3e4e6f6
.kokoro/test-samples-impl.sh
@@ -33,8 +33,7 @@ export PYTHONUNBUFFERED=1
33
env | grep KOKORO
34
35
# Install nox
36
-# `virtualenv==20.26.6` is added for Python 3.7 compatibility
37
-python3.9 -m pip install --upgrade --quiet nox virtualenv==20.26.6
+python3.9 -m pip install --upgrade --quiet nox virtualenv
38
39
# Use secrets acessor service account to get secrets
40
if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then
0 commit comments