Skip to content

Commit fd2db66

Browse files
committed
Install with pip in clang build
Use no-deps to use oneAPI in environment
1 parent 091f047 commit fd2db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
export CC=$CMPLR_ROOT/bin/icx
6969
export CXX=$CMPLR_ROOT/bin/icpx
7070
export CFLAGS="${CFLAGS} -fno-fast-math -O2"
71-
python setup.py develop
71+
pip install -e .[test] --no-build-isolation --no-deps --verbose
7272
7373
- name: Run mkl_random tests
7474
shell: bash -l {0}

0 commit comments

Comments
 (0)