Skip to content

Commit

Permalink
Cahnge required compiler to 2025.0 for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Dec 14, 2024
1 parent 05f2b22 commit 0885ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ jobs:
- name: Install example requirements
shell: bash -ex -l {0}
env:
DPCPP_CMPLR: "dpcpp_linux-64>=2024.2"
DPCPP_CMPLR: "dpcpp_linux-64>=2025.0"
run: |
CHANNELS="${{ env.CHANNELS }}"
. $CONDA/etc/profile.d/conda.sh
Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:
do
pushd $d
conda activate --stack ${{ env.BUILD_ENV_NAME }}
CC=icx CXX=icpx python setup.py build_ext --inplace || exit 1
CC=icx CXX=icpx python setup.py develop -G Ninja || exit 1
conda deactivate
python -m pytest tests || exit 1
popd
Expand Down

0 comments on commit 0885ba6

Please sign in to comment.