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

Update rules_python to 0.34.0 #37

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Update rules_python to 0.34.0 #37

merged 2 commits into from
Jul 24, 2024

Conversation

jwnrt
Copy link
Contributor

@jwnrt jwnrt commented Jul 19, 2024

This is a breaking change: rules_python deprecated pip_install in recent versions.

You must now call pip_parse on the lock file and then install the dependencies generated into the repo.

I believe every user has to call the install_deps step which isn't great. I tried merging this into lowrisc_misc_linters_pip_dependencies() but couldn't get that to work.

@jwnrt jwnrt requested review from pamaury and nbdd0121 July 19, 2024 15:36
Copy link

@pamaury pamaury left a comment

Choose a reason for hiding this comment

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

This looks good, thanks @jwnrt

@jwnrt jwnrt merged commit 0e06406 into lowRISC:master Jul 24, 2024
1 check 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