Skip to content

Commit 90fbe2e

Browse files
authored
Fix building of documentation (#1128)
1 parent 1be8a5c commit 90fbe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build library
7070
shell: bash -l {0}
7171
run: |
72-
python setup.py build_clib
72+
DPLROOT=/opt/intel/oneapi/dpl/latest python setup.py build_clib
7373
CC=dpcpp python setup.py build_ext --inplace
7474
python setup.py develop
7575
- name: Build docs

0 commit comments

Comments
 (0)