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 08d9cd3 commit 0e0c1baCopy full SHA for 0e0c1ba
.github/workflows/conda-package.yml
@@ -633,7 +633,7 @@ jobs:
633
do
634
pushd $d
635
conda activate --stack ${{ env.BUILD_ENV_NAME }}
636
- CC=icx CXX=icpx python setup.py develop -G Ninja || exit 1
+ CC=icx CXX=icpx python setup.py build_ext --inplace -G Ninja || exit 1
637
conda deactivate
638
python -m pytest tests || exit 1
639
popd
0 commit comments