Skip to content

Commit 39a4782

Browse files
authored
Merge pull request #2311 from IntelPython/use-2026-compiler-in-examples
[MAINT] Unpin compiler in `test_examples` workflow step
2 parents 6c44365 + 2b306df commit 39a4782

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)