Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use branch-23.12 workflows. #1284

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Oct 11, 2023

This PR switches back to using branch-23.12 for CI workflows because the CUDA 12 ARM conda migration is complete.

@bdice bdice added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Oct 11, 2023
@bdice bdice marked this pull request as ready for review October 11, 2023 19:55
@bdice bdice requested a review from a team as a code owner October 11, 2023 19:55
@AyodeAwe
Copy link
Contributor

/merge

@harrism
Copy link
Member

harrism commented Oct 11, 2023

@bdice looks like there is an rmm-cu12 defined somewhere as 23.10...

@bdice bdice requested a review from a team as a code owner October 12, 2023 01:44
@bdice bdice requested review from thomcom and isVoid October 12, 2023 01:44
@github-actions github-actions bot added Python Related to Python code ci labels Oct 12, 2023
@bdice
Copy link
Contributor Author

bdice commented Oct 12, 2023

@harrism I fixed the remaining 23.10 references on the 23.12 branch (not related to this PR as far as I could see). We'll need a Python codeowner review to merge.

@@ -113,7 +113,7 @@ An example command from the Release Selector:
docker run --gpus all --pull always --rm -it \
--shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
-p 8888:8888 -p 8787:8787 -p 8786:8786 \
nvcr.io/nvidia/rapidsai/notebooks:23.120-cuda11.8-py3.10
nvcr.io/nvidia/rapidsai/notebooks:23.12-cuda11.8-py3.10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The update-version.sh regex for the README had an error, which I fixed.

@@ -26,7 +26,7 @@ requires = [

[project]
name = "cuproj"
version = "23.12.0"
version = "23.12.00"
Copy link
Contributor Author

@bdice bdice Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aligning with other RAPIDS projects -- these lines are supposed to be "full versions" and not "PEP 440 versions." I'm not sure how this typo occurred, because the update-version.sh script is set to do this correctly as far as I can tell.

@rapids-bot rapids-bot bot merged commit 16f704e into rapidsai:branch-23.12 Oct 12, 2023
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Related to Python code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants