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 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
4545 - name : Checkout repo
46464747 with :
Original file line number Diff line number Diff line change 5353 - name : Install mkl_random dependencies
5454 shell : bash -l {0}
5555 run : |
56- pip install cython setuptools pytest pytest-cov wheel
56+ pip install cython setuptools">=70.1" pytest pytest-cov wheel
5757 pip install ${{ matrix.numpy_build_version }}
5858
5959 - name : List oneAPI folder content
You can’t perform that action at this time.
0 commit comments