Commit ca3ca80
authored
skip CUDA 11.4 conda-python-tests jobs (#91)
CUDA 11.4 is only tested in nightly CI (not on PRs) for this project.
This project doesn't support CUDA 11.4 (because the versions of PyTorch
it is compatible with don't), so #89 turned off most of those CUDA 11.4
test jobs. That worked for wheels, but conda tests need to be turned off
as well.
```text
tests/data/test_dask_graph_store.py::test_get_edge_index[multi_edge_multi_vertex_graph_1-cudf] - AssertionError: Torch not compiled with CUDA enabled
```
([build
link](https://github.com/rapidsai/cugraph-gnn/actions/runs/12198233986/job/34029537082#step:8:141493))
This skips nightly tests against CUDA 11.4.
## Notes for Reviewers
### How I tested this
Triggered a run of the nightly test job from this branch ([by clicking
"Run workflow"
here](https://github.com/rapidsai/cugraph-gnn/actions/workflows/test.yaml)),
using the latest nightly packages:
* **use workflow from:** `pull-request/91`
* **branch:** `branch-24.12`
* **date:** `2024-12-06`
* **sha:** `7ec8ace3cf7007dcca796e484f587af77d328e8f` (from
https://github.com/rapidsai/cugraph-gnn/commits/branch-24.12/)
Build link:
https://github.com/rapidsai/cugraph-gnn/actions/runs/12203424243/job/340463363191 parent 7ec8ace commit ca3ca80
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments