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.
2 parents ea9ac71 + aa45265 commit 54c98a3Copy full SHA for 54c98a3
.github/workflows/conda-package.yml
@@ -415,7 +415,7 @@ jobs:
415
runs-on: ${{ matrix.runner }}
416
strategy:
417
matrix:
418
- python: ['3.9']
+ python: ['3.10']
419
experimental: [false]
420
runner: [ubuntu-20.04]
421
continue-on-error: ${{ matrix.experimental }}
@@ -468,7 +468,7 @@ jobs:
468
- name: Install example requirements
469
shell: bash -l {0}
470
env:
471
- DPCPP_CMPLR: dpcpp_linux-64">=2024.0.0,<2024.0.1"
+ DPCPP_CMPLR: dpcpp_linux-64">=2024.0"
472
run: |
473
CHANNELS="${{ env.CHANNELS }}"
474
. $CONDA/etc/profile.d/conda.sh
0 commit comments