We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c44365 + 2b306df commit 39a4782Copy full SHA for 39a4782
1 file changed
.github/workflows/conda-package.yml
@@ -561,8 +561,7 @@ jobs:
561
- name: Install example requirements
562
shell: bash -ex -l {0}
563
env:
564
- # TODO: unpin when 2026.0 is available on conda-forge
565
- DPCPP_CMPLR: "dpcpp_linux-64>=2025.0,<2026.0"
+ DPCPP_CMPLR: "dpcpp_linux-64>=2026.0"
566
run: |
567
export CHANNELS="${{ env.CHANNELS }}"
568
. "$CONDA/etc/profile.d/conda.sh"
0 commit comments