We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb0d9d commit 23f3da6Copy full SHA for 23f3da6
.github/workflows/pr.yaml
@@ -75,7 +75,7 @@ jobs:
75
runs-on: [ self-hosted, Linux ]
76
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
77
container:
78
- image: python:3.9.18
+ image: python:3.11.11
79
80
steps:
81
- name: Dump github context
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
name: Lint & test Python code
61
62
63
64
65
env:
66
V3IO_API: ${{ secrets.V3IO_API }}
0 commit comments