Skip to content

Commit 3a59787

Browse files
committed
Install with pip in clang build
Use no-deps to use oneAPI in environment
1 parent 5ee291c commit 3a59787

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
run: |

0 commit comments

Comments
 (0)