We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be8a5c commit 90fbe2eCopy full SHA for 90fbe2e
1 file changed
.github/workflows/build-sphinx.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Build library
70
shell: bash -l {0}
71
run: |
72
- python setup.py build_clib
+ DPLROOT=/opt/intel/oneapi/dpl/latest python setup.py build_clib
73
CC=dpcpp python setup.py build_ext --inplace
74
python setup.py develop
75
- name: Build docs
0 commit comments