We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c39ae commit 43143ecCopy full SHA for 43143ec
.github/workflows/conda-package.yml
@@ -615,7 +615,7 @@ jobs:
615
do
616
pushd $d
617
conda activate --stack ${{ env.BUILD_ENV_NAME }}
618
- python setup.py build_ext --inplace || exit 1
+ CC=icx CXX=icpx python setup.py build_ext --inplace || exit 1
619
conda deactivate
620
python -m pytest tests || exit 1
621
popd
0 commit comments