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 53
53
- name : Install mkl_random dependencies
54
54
shell : bash -l {0}
55
55
run : |
56
- pip install cython setuptools">=70.1" pytest pytest-cov wheel
56
+ pip install cython setuptools">=70.1" wheel
57
57
pip install ${{ matrix.numpy_build_version }}
58
58
59
59
- name : List oneAPI folder content
@@ -68,12 +68,12 @@ 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
shell : bash -l {0}
75
75
run : |
76
76
source /opt/intel/oneapi/setvars.sh
77
77
# Test with NumPy<2 for now
78
- pip install numpy"<2"
78
+ pip install numpy"<2" pytest
79
79
pytest -s -v --pyargs mkl_random
You can’t perform that action at this time.
0 commit comments