Skip to content

Commit 2b306df

Browse files
committed
use 2026.0 compiler in examples
compiler is now on conda-forge
1 parent 7caf3dd commit 2b306df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,7 @@ jobs:
561561
- name: Install example requirements
562562
shell: bash -ex -l {0}
563563
env:
564-
# TODO: unpin when 2026.0 is available on conda-forge
565-
DPCPP_CMPLR: "dpcpp_linux-64>=2025.0,<2026.0"
564+
DPCPP_CMPLR: "dpcpp_linux-64>=2026.0"
566565
run: |
567566
export CHANNELS="${{ env.CHANNELS }}"
568567
. "$CONDA/etc/profile.d/conda.sh"

0 commit comments

Comments
 (0)