Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Sep 20, 2023
1 parent a6b8b8a commit d63b044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository includes the following CI images for RAPIDS:

- `ci` images are conda CI images used for building RAPIDS.
- `ci-conda` images are conda CI images used for building RAPIDS.
- `ci-wheel` images are for building manylinux-compliant wheels. They are also used to build pure-Python wheels, and for publishing wheels with twine.
- `citestwheel` images are for running wheel tests.

Expand Down
4 changes: 2 additions & 2 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IMAGE_REPO:
- "ci-wheel"
- "citestwheel"
exclude:
# ci:
# ci-conda:
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.2.2"
- LINUX_VER: "ubuntu22.04"
Expand Down Expand Up @@ -63,6 +63,6 @@ exclude:
- LINUX_VER: "ubuntu22.04"
IMAGE_REPO: "ci-wheel"

# exclude ci for ubuntu18.04
# exclude ci-conda for ubuntu18.04
- LINUX_VER: "ubuntu18.04"
IMAGE_REPO: "ci-conda"

0 comments on commit d63b044

Please sign in to comment.