File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments