File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
42
42
shell : bash -l {0}
43
43
run : |
44
- pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme furo pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx_design
44
+ pip install numpy cython setuptools">=77" scikit-build cmake sphinx sphinx_rtd_theme furo pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx_design
45
45
- name : Checkout repo
46
46
uses : actions/checkout@v4.1.1
47
47
with :
Original file line number Diff line number Diff line change 53
53
- name : Install mkl_random dependencies
54
54
shell : bash -l {0}
55
55
run : |
56
- pip install cython setuptools pytest pytest-cov wheel
56
+ pip install cython setuptools">=70.1" pytest pytest-cov wheel
57
57
pip install ${{ matrix.numpy_build_version }}
58
58
59
59
- name : List oneAPI folder content
You can’t perform that action at this time.
0 commit comments