Skip to content

Commit 4329e31

Browse files
author
Alan Christie
committed
test: Attempt to fix tests
Use of Python 3.11
1 parent 0d98bba commit 4329e31

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version:
32-
- '3.10'
32+
- '3.11'
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v2

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: '3.10'
38+
python-version: '3.11'
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip

decoder/job-definition-schema.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ definitions:
147147
# A kubernetes CPU (cores) declaration (minimum of 10m).
148148
# Here we allow an up-to 4-digit 'm' value or a 2-digit integer.
149149
cores:
150-
type: object
151150
oneOf:
152151
- type: string
153152
pattern: '^[1-9][0-9]{1,3}m$'

0 commit comments

Comments
 (0)