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 dependencies.yaml #86

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jun 3, 2024

This PR resolves some TODO items by adopting dependencies.yaml and rapids-dependency-file-generator.

@bdice bdice mentioned this pull request Jun 3, 2024
ci/test_conda.sh Outdated

rapids-dependency-file-generator \
--output conda \
--file_key test \
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
--file_key test \
--file-key test \

Could you change these to --file-key (hyphen instead of underscore)?

Per rapidsai/dependency-file-generator#89.

That'd avoid this warning: https://github.com/rapidsai/pynvjitlink/actions/runs/9358256535/job/25759883265?pr=86#step:7:25

/opt/conda/lib/python3.9/site-packages/rapids_dependency_file_generator/_cli.py:94: UserWarning: The use of --file_key is deprecated. Use -f or --file-key instead.
warnings.warn("The use of --file_key is deprecated. Use -f or --file-key instead.")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in ed7b254! Ready for another review.

@bdice bdice requested review from a team as code owners June 5, 2024 14:15
@bdice bdice requested a review from AyodeAwe June 5, 2024 14:15
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.

Looks great, I don't have any other notes. Thanks for this!

@bdice bdice merged commit 9b8a763 into rapidsai:main Jun 5, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants