Skip to content

Commit 7b5a63e

Browse files
committed
Apply review comments to clang workflow
1 parent 41a07e7 commit 7b5a63e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

0 commit comments

Comments
 (0)