From 29db2f4a5157fd74f79aa86e141141f33f7abde7 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 12 May 2025 14:56:24 -0400 Subject: [PATCH] ci: set nightly tests to run on Python 3.13 branch --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9e01ae51..db91c4c2 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -33,7 +33,7 @@ jobs: needs: checks secrets: inherit # We use a build workflow so that we get CPU jobs and high matrix coverage - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@python-3.13 with: build_type: pull-request script: "ci/test_conda_nightly_env.sh"