We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0c9dc commit 5014a6aCopy full SHA for 5014a6a
1 file changed
.github/workflows/conda-test.yml
@@ -15,15 +15,13 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- # os: [ubuntu-latest, macos-latest]
19
- # python-version: ["3.10", "3.12", "3.14"]
20
- os: [ubuntu-latest]
21
- python-version: ["3.10"]
22
- # exclude:
23
- # - os: macos-latest
24
- # python-version: "3.10"
25
26
- # python-version: "3.14"
+ os: [ubuntu-latest, macos-latest]
+ python-version: ["3.10", "3.11", "3.12"]
+ exclude:
+ - os: macos-latest
+ python-version: "3.10"
+ python-version: "3.12"
27
max-parallel: 5
28
29
steps:
0 commit comments