Skip to content

Commit 663c8b9

Browse files
committed
Apply review comments to clang workflow
1 parent 5c960bc commit 663c8b9

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
@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)