Skip to content

Commit 0e0c1ba

Browse files
committed
use python setup.py build_ext in Cython extension building
1 parent 08d9cd3 commit 0e0c1ba

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
@@ -633,7 +633,7 @@ jobs:
633633
do
634634
pushd $d
635635
conda activate --stack ${{ env.BUILD_ENV_NAME }}
636-
CC=icx CXX=icpx python setup.py develop -G Ninja || exit 1
636+
CC=icx CXX=icpx python setup.py build_ext --inplace -G Ninja || exit 1
637637
conda deactivate
638638
python -m pytest tests || exit 1
639639
popd

0 commit comments

Comments
 (0)