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

Fix build strings in nx-cugraph #4639

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Aug 29, 2024

Build strings aren't being published correctly for nx-cugraph (see missing info in current nightlies: https://anaconda.org/rapidsai-nightly/nx-cugraph/files). This is due to a formatting or copy-paste problem in the meta.yaml recipe file. This PR fixes the problem.

@bdice bdice requested a review from a team as a code owner August 29, 2024 18:10
@bdice bdice requested a review from jameslamb August 29, 2024 18:10
@github-actions github-actions bot added the conda label Aug 29, 2024
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

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

oh wow, never noticed this! Thank you.

@bdice bdice added bug Something isn't working non-breaking Non-breaking change labels Aug 29, 2024
@bdice
Copy link
Contributor Author

bdice commented Aug 29, 2024

/merge

@rapids-bot rapids-bot bot merged commit ec43b21 into rapidsai:branch-24.10 Aug 29, 2024
103 checks passed
rapids-bot bot pushed a commit to rapidsai/integration that referenced this pull request Sep 10, 2024
… nightlies. (#690)

This PR adds tests that run on every `integration` PR and on a nightly basis to ensure that RAPIDS conda environments can be solved with recent packages. This will help us diagnose and react to problems arising from conda environment conflicts, which sometimes force conda to select older nightly builds of RAPIDS packages.

A partial solution for rapidsai/ops#2947.

Next steps:
- [x] Wait for rapidsai/cugraph#4639 to merge.
- [x] After this PR is merged, merge rapidsai/workflows#59 as well.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #690
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working conda non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants