From 2b306df1c925d10091f3450b3296598b112da988 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Wed, 6 May 2026 13:55:50 -0700 Subject: [PATCH] use 2026.0 compiler in examples compiler is now on conda-forge --- .github/workflows/conda-package.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 55ae7241ae..32fc6b8327 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -561,8 +561,7 @@ jobs: - name: Install example requirements shell: bash -ex -l {0} env: - # TODO: unpin when 2026.0 is available on conda-forge - DPCPP_CMPLR: "dpcpp_linux-64>=2025.0,<2026.0" + DPCPP_CMPLR: "dpcpp_linux-64>=2026.0" run: | export CHANNELS="${{ env.CHANNELS }}" . "$CONDA/etc/profile.d/conda.sh"