Skip to content

Commit aee0a79

Browse files
Set CC and CXX variable when building Cython examples
1 parent de2fd35 commit aee0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ jobs:
615615
do
616616
pushd $d
617617
conda activate --stack ${{ env.BUILD_ENV_NAME }}
618-
python setup.py build_ext --inplace || exit 1
618+
CC=icx CXX=icpx python setup.py build_ext --inplace || exit 1
619619
conda deactivate
620620
python -m pytest tests || exit 1
621621
popd

0 commit comments

Comments
 (0)