Skip to content

Commit 72369dc

Browse files
committed
chore: update pip install call
1 parent de62cfe commit 72369dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cl/cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
args:
2020
- "-c"
2121
- |
22+
pip install nox
2223
nox -s unit-3.10
2324
- id: run integration tests
2425
name: python:3.10
@@ -29,6 +30,7 @@ steps:
2930
args:
3031
- "-c"
3132
- |
33+
pip install nox
3234
nox -s system-3.10
3335
availableSecrets:
3436
secretManager:

0 commit comments

Comments
 (0)