Skip to content

Commit 08edbb1

Browse files
author
Diptorup Deb
authored
Merge pull request #1233 from IntelPython/fix/github_pages
Fix github pages build
2 parents 04c18bf + 3b74c5f commit 08edbb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- 'docs/**'
1313
- environment/docs.yml
14+
- .github/workflows/gh-pages.yml
1415

1516
jobs:
1617
main:
@@ -38,7 +39,7 @@ jobs:
3839
- name: Build numba-dpex
3940
run: |
4041
export PATH=$CONDA/bin-llvm:$PATH
41-
python setup.py develop
42+
CC=icx CXX=icpx python setup.py develop
4243
4344
- name: Make documentation
4445
working-directory: docs

0 commit comments

Comments
 (0)