File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Install mkl_random dependencies
4949 run : |
50- pip install meson-python ninja cmake cython mkl-service
51- pip install mkl-devel
50+ pip install meson-python ninja cmake cython mkl-devel mkl
5251 pip install ${{ matrix.numpy_version }}
5352
5453 - name : Build mkl_random
Original file line number Diff line number Diff line change 2626 use_pre : ["", "--pre"]
2727
2828 steps :
29- - name : Install jq
30- shell : bash -l {0}
31- run : |
32- sudo apt-get install jq
33-
3429 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3530 with :
3631 fetch-depth : 0
4439
4540 - name : Install MKL
4641 run : |
47- conda install mkl-devel mkl-service
48- python -c "import sys; print(sys.executable)"
49- which python
50- python -c "import mkl; print(mkl.__file__)"
42+ conda install mkl-devel mkl
5143
5244 - name : Build conda package
5345 run : |
You can’t perform that action at this time.
0 commit comments