From af638a64d397e7e55104a633b2a31b44df651e25 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 9 Sep 2024 09:36:53 -0500 Subject: [PATCH] enable Python 3.12 tests on PRs --- .github/workflows/pr.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 85ec787d..b4b5ba02 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -34,9 +34,6 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.12 with: build_type: pull-request - # TODO: remove this matrix_filter once there are Python 3.12 ucxx and cudf wheels - # (this helps publish dask-cuda wheels to resolve a circular dependency between those projects) - matrix_filter: map(select(.PY_VER != "3.12")) docs-build: needs: conda-python-build secrets: inherit