Skip to content

Commit 894fb90

Browse files
Merge pull request #1617 from IntelPython/backport-gh-1616
Backport gh-1616 to 0.16.x maintenance branch
2 parents 744b7b1 + fbcd663 commit 894fb90

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)