Skip to content

Commit d80c46f

Browse files
Remove pinning of compiler version for test_examples step
1 parent 3fbe606 commit d80c46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
runs-on: ${{ matrix.runner }}
400400
strategy:
401401
matrix:
402-
python: ['3.9']
402+
python: ['3.10']
403403
experimental: [false]
404404
runner: [ubuntu-20.04]
405405
continue-on-error: ${{ matrix.experimental }}
@@ -450,7 +450,7 @@ jobs:
450450
- name: Install example requirements
451451
shell: bash -l {0}
452452
env:
453-
DPCPP_CMPLR: dpcpp_linux-64">=2024.0.0,<2024.0.1"
453+
DPCPP_CMPLR: dpcpp_linux-64">=2024.0"
454454
run: |
455455
CHANNELS="${{ env.CHANNELS }}"
456456
. $CONDA/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)