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 5353 - name : Install mkl_random dependencies
5454 shell : bash -l {0}
5555 run : |
56- pip install cython setuptools">=70.1" pytest pytest-cov wheel
56+ pip install cython setuptools">=70.1" wheel
5757 pip install ${{ matrix.numpy_build_version }}
5858
5959 - name : List oneAPI folder content
@@ -68,12 +68,12 @@ 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 shell : bash -l {0}
7575 run : |
7676 source /opt/intel/oneapi/setvars.sh
7777 # Test with NumPy<2 for now
78- pip install numpy"<2"
78+ pip install numpy"<2" pytest
7979 pytest -s -v --pyargs mkl_random
You can’t perform that action at this time.
0 commit comments