File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515steps :
1616 - id : run integration tests for python version 3.9
17- name : python:${_PYTHON_3.9 }
17+ name : python:${_PYTHON_3_9 }
1818 entrypoint : bash
1919 env :
2020 - " IP_TYPE=private"
@@ -23,10 +23,10 @@ steps:
2323 - " -c"
2424 - |
2525 pip install nox
26- nox -s system-${_PYTHON_3.9 }
26+ nox -s system-${_PYTHON_3_9 }
2727 waitFor : ["-"]
2828 - id : run integration tests for python version 3.13
29- name : python:${_PYTHON_3.13 }
29+ name : python:${_PYTHON_3_13 }
3030 entrypoint : bash
3131 env :
3232 - " IP_TYPE=private"
3535 - " -c"
3636 - |
3737 pip install nox
38- nox -s system-${_PYTHON_3.13 }
38+ nox -s system-${_PYTHON_3_13 }
3939 waitFor : ["-"]
4040availableSecrets :
4141 secretManager :
@@ -78,8 +78,8 @@ availableSecrets:
7878 - versionName : ' projects/$PROJECT_ID/secrets/SQLSERVER_DB/versions/latest'
7979 env : ' SQLSERVER_DB'
8080substitutions :
81- _PYTHON_3.13 : ' 3.13'
82- _PYTHON_3.9 : ' 3.9'
81+ _PYTHON_3_13 : ' 3.13'
82+ _PYTHON_3_9 : ' 3.9'
8383
8484options :
8585 dynamicSubstitutions : true
You can’t perform that action at this time.
0 commit comments