Skip to content

Commit 5014a6a

Browse files
committed
Troubleshoot CI
1 parent bb0c9dc commit 5014a6a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/conda-test.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
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-
# - os: macos-latest
26-
# python-version: "3.14"
18+
os: [ubuntu-latest, macos-latest]
19+
python-version: ["3.10", "3.11", "3.12"]
20+
exclude:
21+
- os: macos-latest
22+
python-version: "3.10"
23+
- os: macos-latest
24+
python-version: "3.12"
2725
max-parallel: 5
2826

2927
steps:

0 commit comments

Comments
 (0)