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 05f2b22 commit 0885ba6Copy full SHA for 0885ba6
.github/workflows/conda-package.yml
@@ -549,7 +549,7 @@ jobs:
549
- name: Install example requirements
550
shell: bash -ex -l {0}
551
env:
552
- DPCPP_CMPLR: "dpcpp_linux-64>=2024.2"
+ DPCPP_CMPLR: "dpcpp_linux-64>=2025.0"
553
run: |
554
CHANNELS="${{ env.CHANNELS }}"
555
. $CONDA/etc/profile.d/conda.sh
@@ -615,7 +615,7 @@ jobs:
615
do
616
pushd $d
617
conda activate --stack ${{ env.BUILD_ENV_NAME }}
618
- CC=icx CXX=icpx python setup.py build_ext --inplace || exit 1
+ CC=icx CXX=icpx python setup.py develop -G Ninja || exit 1
619
conda deactivate
620
python -m pytest tests || exit 1
621
popd
0 commit comments