Skip to content

Commit d85f94c

Browse files
committed
update workflows
remove unnecessary packages and add python 3.14 to clang build
1 parent 4cfe41c commit d85f94c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-with-clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python: ["3.10", "3.11", "3.12", "3.13"]
17+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1818
numpy_version: ["numpy'>=2'"]
1919

2020
env:
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install mkl-service dependencies
5858
run: |
59-
pip install meson-python cython cmake ninja mkl
59+
pip install meson-python cython cmake ninja
6060
pip install ${{ matrix.numpy_version }}
6161
6262
- name: List oneAPI folder content

.github/workflows/build-with-standard-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install mkl-service dependencies
4949
run: |
50-
pip install meson-python cython cmake ninja mkl-devel mkl
50+
pip install meson-python cython cmake ninja mkl-devel
5151
pip install ${{ matrix.numpy_version }}
5252
5353
- name: Build mkl-service

0 commit comments

Comments
 (0)