Skip to content

Commit 00c927d

Browse files
committed
exclude a few more configurations that don't solve
1 parent e9a9abc commit 00c927d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
include:
2323
- os: ubuntu-latest
2424
python-version: "3.12"
25+
mkl-version: "2024"
2526
coverage: true
2627
- os: macos-15-intel
2728
python-version: "3.11"
@@ -36,9 +37,11 @@ jobs:
3637
free-threaded: true
3738
- python-version: "3.12"
3839
free-threaded: true
39-
- python-version: "3.14"
40+
- python-version: "3.13"
4041
free-threaded: true
4142
mkl-version: "2025"
43+
- python-version: "3.14"
44+
mkl-version: "2025"
4245

4346
steps:
4447
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)