Skip to content

Commit

Permalink
ENH Limit cudf.pandas integrations jobs to AMD64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed May 14, 2024
1 parent 68d4336 commit 8cafb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.06
with:
matrix_filter: map(select(.ARCH == "amd64"))
build_type: pull-request
script: "ci/test_python_integration.sh"
conda-python-tests-dask:
Expand Down

0 comments on commit 8cafb32

Please sign in to comment.