We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e719524 commit 149c00aCopy full SHA for 149c00a
.github/workflows/amd64_linux.yml
@@ -13,13 +13,13 @@ jobs:
13
{generator: "Ninja", config: "Release"},
14
{generator: "Ninja Multi-Config", config: "Release"},
15
]
16
- python: [
17
- {version: "3.9"},
18
- {version: "3.10"},
19
- {version: "3.11"},
20
- {version: "3.12"},
21
- {version: "3.13"},
22
- ]
+ python: [
+ {version: "3.9"},
+ {version: "3.10"},
+ {version: "3.11"},
+ {version: "3.12"},
+ {version: "3.13"},
+ ]
23
fail-fast: false
24
name: Linux•${{ matrix.cmake.generator }}•Py${{ matrix.python.version }}
25
runs-on: ubuntu-latest
0 commit comments