Skip to content

Commit

Permalink
Merge pull request #1616 from IntelPython/fix-test-examples-step-in-c…
Browse files Browse the repository at this point in the history
…onda-package-workflow

Remove pinning of compiler version for test_examples step
  • Loading branch information
oleksandr-pavlyk authored Mar 28, 2024
2 parents ea9ac71 + aa45265 commit 54c98a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
python: ['3.9']
python: ['3.10']
experimental: [false]
runner: [ubuntu-20.04]
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
- name: Install example requirements
shell: bash -l {0}
env:
DPCPP_CMPLR: dpcpp_linux-64">=2024.0.0,<2024.0.1"
DPCPP_CMPLR: dpcpp_linux-64">=2024.0"
run: |
CHANNELS="${{ env.CHANNELS }}"
. $CONDA/etc/profile.d/conda.sh
Expand Down

0 comments on commit 54c98a3

Please sign in to comment.