We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbe606 commit d80c46fCopy full SHA for d80c46f
.github/workflows/conda-package.yml
@@ -399,7 +399,7 @@ jobs:
399
runs-on: ${{ matrix.runner }}
400
strategy:
401
matrix:
402
- python: ['3.9']
+ python: ['3.10']
403
experimental: [false]
404
runner: [ubuntu-20.04]
405
continue-on-error: ${{ matrix.experimental }}
@@ -450,7 +450,7 @@ jobs:
450
- name: Install example requirements
451
shell: bash -l {0}
452
env:
453
- DPCPP_CMPLR: dpcpp_linux-64">=2024.0.0,<2024.0.1"
+ DPCPP_CMPLR: dpcpp_linux-64">=2024.0"
454
run: |
455
CHANNELS="${{ env.CHANNELS }}"
456
. $CONDA/etc/profile.d/conda.sh
0 commit comments