Skip to content

Commit 55585ff

Browse files
authored
fix: fix systest failure (#1703)
1 parent 446c8e7 commit 55585ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.kokoro/build-systests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export PYTHONUNBUFFERED=1
2828
python3 -m pip uninstall --yes --quiet nox-automation
2929

3030
# Install nox
31-
python3 -m pip install --upgrade --quiet nox
31+
python3 -m pip install nox==2024.10.9
3232
python3 -m nox --version
3333

3434
# Setup service account credentials.

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)