From 81b3efd2181b0bd607ff7d3326bdfec748f26894 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 3 May 2024 10:45:01 -0400 Subject: [PATCH] Restore support for Python 3.9 --- .github/workflows/checks-and-builds.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks-and-builds.yaml b/.github/workflows/checks-and-builds.yaml index 45523fc..3672ce7 100644 --- a/.github/workflows/checks-and-builds.yaml +++ b/.github/workflows/checks-and-builds.yaml @@ -24,7 +24,7 @@ jobs: needs: check-style runs-on: ubuntu-latest container: - image: rapidsai/ci-conda:latest + image: rapidsai/ci-conda:cuda12.2.2-ubuntu22.04-py3.9 env: PUBLISH: "${{ inputs.publish }}" steps: @@ -42,7 +42,7 @@ jobs: needs: check-style runs-on: ubuntu-latest container: - image: rapidsai/ci-wheel:latest + image: rapidsai/ci-wheel:cuda12.2.2-ubuntu22.04-py3.9 env: PUBLISH: "${{ inputs.publish }}" RAPIDS_CONDA_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}