From aa4526531be24c477c524cc3a111558668e5f08d Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 27 Mar 2024 21:00:55 -0500 Subject: [PATCH] Remove pinning of compiler version for test_examples step --- .github/workflows/conda-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 8382279715..dcb450e072 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -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 }} @@ -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