File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696 build_type : pull-request
9797 package-name : pylibcugraph
9898 # On arm also need to install cupy from the specific webpage.
99- test-before-arm64 : " pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64"
99+ test-before-arm64 : " pip install ' cupy-cuda11x<12.0.0' -f https://pip.cupy.dev/aarch64"
100100 test-unittest : " RAPIDS_DATASET_ROOT_DIR=./datasets pytest -v ./python/pylibcugraph/pylibcugraph/tests"
101101 test-smoketest : " python ci/wheel_smoke_test_pylibcugraph.py"
102102 wheel-build-cugraph :
@@ -124,6 +124,6 @@ jobs:
124124 test-before-amd64 : " cd ./datasets && bash ./get_test_data.sh && cd - && RAPIDS_PY_WHEEL_NAME=pylibcugraph_cu11 rapids-download-wheels-from-s3 ./local-pylibcugraph-dep && pip install --no-deps ./local-pylibcugraph-dep/*.whl && pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.04"
125125 # Skip dataset downloads on arm to save CI time -- arm only runs smoke tests.
126126 # On arm also need to install cupy from the specific site.
127- test-before-arm64 : " RAPIDS_PY_WHEEL_NAME=pylibcugraph_cu11 rapids-download-wheels-from-s3 ./local-pylibcugraph-dep && pip install --no-deps ./local-pylibcugraph-dep/*.whl && pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64 && pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.04"
127+ test-before-arm64 : " RAPIDS_PY_WHEEL_NAME=pylibcugraph_cu11 rapids-download-wheels-from-s3 ./local-pylibcugraph-dep && pip install --no-deps ./local-pylibcugraph-dep/*.whl && pip install ' cupy-cuda11x<12.0.0' -f https://pip.cupy.dev/aarch64 && pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.04"
128128 test-unittest : " RAPIDS_DATASET_ROOT_DIR=/__w/cugraph/cugraph/datasets pytest -v -m sg ./python/cugraph/cugraph/tests"
129129 test-smoketest : " python ci/wheel_smoke_test_cugraph.py"
Original file line number Diff line number Diff line change 4040 sha : ${{ inputs.sha }}
4141 package-name : pylibcugraph
4242 # On arm also need to install cupy from the specific webpage.
43- test-before-arm64 : " pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64"
43+ test-before-arm64 : " pip install ' cupy-cuda11x<12.0.0' -f https://pip.cupy.dev/aarch64"
4444 test-unittest : " RAPIDS_DATASET_ROOT_DIR=./datasets pytest -v ./python/pylibcugraph/pylibcugraph/tests"
4545 wheel-tests-cugraph :
4646 secrets : inherit
5454 # Always want to test against latest dask/distributed.
5555 test-before-amd64 : " cd ./datasets && bash ./get_test_data.sh && cd - && pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.04"
5656 # On arm also need to install cupy from the specific webpage.
57- test-before-arm64 : " cd ./datasets && bash ./get_test_data.sh && cd - && pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64 && pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.04"
57+ test-before-arm64 : " cd ./datasets && bash ./get_test_data.sh && cd - && pip install ' cupy-cuda11x<12.0.0' -f https://pip.cupy.dev/aarch64 && pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.04"
5858 test-unittest : " RAPIDS_DATASET_ROOT_DIR=/__w/cugraph/cugraph/datasets pytest -v -m sg ./python/cugraph/cugraph/tests"
You can’t perform that action at this time.
0 commit comments