File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 29
29
strategy :
30
30
matrix :
31
31
python-version :
32
- - ' 3.10 '
32
+ - ' 3.11 '
33
33
steps :
34
34
- name : Checkout
35
35
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 35
35
- name : Set up Python
36
36
uses : actions/setup-python@v2
37
37
with :
38
- python-version : ' 3.10 '
38
+ python-version : ' 3.11 '
39
39
- name : Install dependencies
40
40
run : |
41
41
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ definitions:
147
147
# A kubernetes CPU (cores) declaration (minimum of 10m).
148
148
# Here we allow an up-to 4-digit 'm' value or a 2-digit integer.
149
149
cores :
150
- type : object
151
150
oneOf :
152
151
- type : string
153
152
pattern : ' ^[1-9][0-9]{1,3}m$'
You can’t perform that action at this time.
0 commit comments