We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c18bf + 3b74c5f commit 08edbb1Copy full SHA for 08edbb1
1 file changed
.github/workflows/gh-pages.yml
@@ -11,6 +11,7 @@ on:
11
paths:
12
- 'docs/**'
13
- environment/docs.yml
14
+ - .github/workflows/gh-pages.yml
15
16
jobs:
17
main:
@@ -38,7 +39,7 @@ jobs:
38
39
- name: Build numba-dpex
40
run: |
41
export PATH=$CONDA/bin-llvm:$PATH
- python setup.py develop
42
+ CC=icx CXX=icpx python setup.py develop
43
44
- name: Make documentation
45
working-directory: docs
0 commit comments