We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a4897 commit a474201Copy full SHA for a474201
.github/workflows/testing.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false # Probably want to turn this off for a large matrix
24
matrix:
25
os: [ubuntu-latest] #, macos-latest]
26
- python-version: 3.12
+ python-version: [3.12]
27
build: [optimized]
28
toolchain:
29
- {compiler: gcc, version: 14}
@@ -35,7 +35,7 @@ jobs:
35
include:
36
- os: ubuntu-latest
37
build: [optimized, debug]
38
- python-version: ["3.8", "3.12"]
+ python-version: [3.8, 3.12]
39
exclude:
40
41
toolchain: {compiler: gcc, version: 15}
0 commit comments