Skip to content

Commit

Permalink
Restore support for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 3, 2024
1 parent cdebf61 commit 81b3efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks-and-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 81b3efd

Please sign in to comment.