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 55
55
56
56
- name : Install mkl_random dependencies
57
57
run : |
58
- pip install cython setuptools">=70.1" pytest pytest-cov wheel
58
+ pip install cython setuptools">=70.1" wheel
59
59
pip install ${{ matrix.numpy_build_version }}
60
60
61
61
- name : List oneAPI folder content
@@ -68,11 +68,11 @@ jobs:
68
68
export CC=$CMPLR_ROOT/bin/icx
69
69
export CXX=$CMPLR_ROOT/bin/icpx
70
70
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
72
72
73
73
- name : Run mkl_random tests
74
74
run : |
75
75
source ${{ env.ONEAPI_ROOT }}/setvars.sh
76
76
# Test with NumPy<2 for now
77
- pip install numpy"<2"
77
+ pip install numpy"<2" pytest
78
78
pytest -s -v --pyargs mkl_random
You can’t perform that action at this time.
0 commit comments