Skip to content

Commit 8108bac

Browse files
committed
use meson-python in builds
1 parent 4a09dab commit 8108bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
4242
shell: bash -l {0}
4343
run: |
44-
pip install numpy cython setuptools">=77" scikit-build cmake sphinx sphinx_rtd_theme furo pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx_design
44+
pip install meson-python ninja cython cmake numpy cmake sphinx sphinx_rtd_theme furo pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx_design
4545
- name: Checkout repo
4646
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:

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

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

5555
- name: Install mkl_random dependencies
5656
run: |
57-
pip install cython setuptools">=77"
57+
pip install meson-python ninja cython cmake
5858
pip install "${{ matrix.numpy_version }}"
5959
6060
- name: List oneAPI folder content

0 commit comments

Comments
 (0)