We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ca01e commit 38050a3Copy full SHA for 38050a3
.github/workflows/wipac-cicd.yml
@@ -65,6 +65,8 @@ jobs:
65
fail-fast: false
66
matrix:
67
py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
68
+ exclude:
69
+ - py3: 3.8
70
container:
71
image: icecube/icetray:icetray-prod-current-ubuntu22.04
72
steps:
0 commit comments