Skip to content

Commit 5fc01de

Browse files
partheatelpirion
authored andcommitted
feat: add support for python 3.10 (#238)
* feat: add support for python 3.10 * ci: opt in to use multiple projects
1 parent e39ed31 commit 5fc01de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

securitycenter/snippets/noxfile_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# build specific Cloud project. You can also use your own string
2929
# to use your own Cloud project.
3030
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
31+
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
3132
# A dictionary you want to inject into your test. Don't put any
3233
# secrets here. These values will override predefined values.
3334
"envs": {

0 commit comments

Comments
 (0)