Skip to content

Commit 6adfe6e

Browse files
committed
Skip running tests that require cudf on Py313 for now
1 parent b545850 commit 6adfe6e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
conda-python-tests:
110110
needs: [conda-cpp-build, changed-files]
111111
secrets: inherit
112-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.13
112+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
113113
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
114114
with:
115115
build_type: pull-request
116116
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
117117
conda-python-distributed-tests:
118118
needs: [conda-cpp-build, changed-files]
119119
secrets: inherit
120-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.13
120+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
121121
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
122122
with:
123123
build_type: pull-request
@@ -146,7 +146,7 @@ jobs:
146146
wheel-tests-ucxx:
147147
needs: [wheel-build-ucxx, changed-files]
148148
secrets: inherit
149-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@python-3.13
149+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
150150
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
151151
with:
152152
build_type: pull-request
@@ -164,7 +164,7 @@ jobs:
164164
wheel-tests-distributed-ucxx:
165165
needs: [wheel-build-ucxx, wheel-build-distributed-ucxx, changed-files]
166166
secrets: inherit
167-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@python-3.13
167+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
168168
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
169169
with:
170170
build_type: pull-request

0 commit comments

Comments
 (0)