Skip to content

Commit 54c98a3

Browse files
Merge pull request #1616 from IntelPython/fix-test-examples-step-in-conda-package-workflow
Remove pinning of compiler version for test_examples step
2 parents ea9ac71 + aa45265 commit 54c98a3

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
@@ -415,7 +415,7 @@ jobs:
415415
runs-on: ${{ matrix.runner }}
416416
strategy:
417417
matrix:
418-
python: ['3.9']
418+
python: ['3.10']
419419
experimental: [false]
420420
runner: [ubuntu-20.04]
421421
continue-on-error: ${{ matrix.experimental }}
@@ -468,7 +468,7 @@ jobs:
468468
- name: Install example requirements
469469
shell: bash -l {0}
470470
env:
471-
DPCPP_CMPLR: dpcpp_linux-64">=2024.0.0,<2024.0.1"
471+
DPCPP_CMPLR: dpcpp_linux-64">=2024.0"
472472
run: |
473473
CHANNELS="${{ env.CHANNELS }}"
474474
. $CONDA/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)