Skip to content

Commit

Permalink
skip Python 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 5, 2024
1 parent 8cf958f commit e8cc74c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ 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
Expand Down

0 comments on commit e8cc74c

Please sign in to comment.