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