File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Install mkl_random dependencies
5757 run : |
58- pip install cython setuptools">=70.1" pytest pytest-cov wheel
58+ pip install cython setuptools">=70.1" wheel
5959 pip install ${{ matrix.numpy_build_version }}
6060
6161 - name : List oneAPI folder content
@@ -68,11 +68,11 @@ jobs:
6868 export CC=$CMPLR_ROOT/bin/icx
6969 export CXX=$CMPLR_ROOT/bin/icpx
7070 export CFLAGS="${CFLAGS} -fno-fast-math -O2"
71- pip install -e .[test] --no-build-isolation --no-deps --verbose
71+ pip install -e . --no-build-isolation --no-deps --verbose
7272
7373 - name : Run mkl_random tests
7474 run : |
7575 source ${{ env.ONEAPI_ROOT }}/setvars.sh
7676 # Test with NumPy<2 for now
77- pip install numpy"<2"
77+ pip install numpy"<2" pytest
7878 pytest -s -v --pyargs mkl_random
You can’t perform that action at this time.
0 commit comments