Skip to content

Commit 4074fd3

Browse files
committed
chore: install nox
1 parent d240589 commit 4074fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cl/cloudbuild.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# limitations under the License.
1414

1515
steps:
16+
- id: install-nox
17+
name: python:3.10
18+
entrypoint: pip
19+
args: ["install", "nox"]
1620
- id: run-tests
1721
name: python:3.10
1822
entrypoint: nox

0 commit comments

Comments
 (0)