Skip to content

Commit c0df9e4

Browse files
Also require DPC++ >=2024.2.0 when testing examples
1 parent 25f9ac3 commit c0df9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ jobs:
486486
- name: Install example requirements
487487
shell: bash -l {0}
488488
env:
489-
DPCPP_CMPLR: dpcpp_linux-64">=2024.1"
489+
DPCPP_CMPLR: dpcpp_linux-64">=2024.2"
490490
run: |
491491
CHANNELS="${{ env.CHANNELS }}"
492492
. $CONDA/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)