Skip to content

Commit 0885ba6

Browse files
Cahnge required compiler to 2025.0 for examples
1 parent 05f2b22 commit 0885ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ jobs:
549549
- name: Install example requirements
550550
shell: bash -ex -l {0}
551551
env:
552-
DPCPP_CMPLR: "dpcpp_linux-64>=2024.2"
552+
DPCPP_CMPLR: "dpcpp_linux-64>=2025.0"
553553
run: |
554554
CHANNELS="${{ env.CHANNELS }}"
555555
. $CONDA/etc/profile.d/conda.sh
@@ -615,7 +615,7 @@ jobs:
615615
do
616616
pushd $d
617617
conda activate --stack ${{ env.BUILD_ENV_NAME }}
618-
CC=icx CXX=icpx python setup.py build_ext --inplace || exit 1
618+
CC=icx CXX=icpx python setup.py develop -G Ninja || exit 1
619619
conda deactivate
620620
python -m pytest tests || exit 1
621621
popd

0 commit comments

Comments
 (0)