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

Gradle requirements task does not depend on Python version #1266

Open
mhsmith opened this issue Oct 13, 2024 · 0 comments
Open

Gradle requirements task does not depend on Python version #1266

mhsmith opened this issue Oct 13, 2024 · 0 comments
Labels
Milestone

Comments

@mhsmith
Copy link
Member

mhsmith commented Oct 13, 2024

It depends on it indirectly by depending on buildPackagesTask, but if the requested Python minor version isn't installed, that task may use the same buildPython for multiple Python versions, and then the requirements task will not be rerun when the version changes between them.

The simplest solution may be to make it depend on only two things: the buildPython and the pip_install command line.

See if this affects any other tasks.

@mhsmith mhsmith added the bug label Oct 13, 2024
@mhsmith mhsmith added this to the 17.0 milestone Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant