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

Integration testing: Install latest / nightly wheels #176

Open
jl-wynen opened this issue Feb 4, 2025 · 2 comments
Open

Integration testing: Install latest / nightly wheels #176

jl-wynen opened this issue Feb 4, 2025 · 2 comments

Comments

@jl-wynen
Copy link
Member

jl-wynen commented Feb 4, 2025

This is about the integration testing repo. But I want to track it in a way that we don't forget too easily.

Currently, we lock dependencies using pip-compile. But we don't want to lock our own packages but install the latest version instead. We achieve this by manually removing the pins from those packages in requirements/*.txt files. This is not sustainable.

We can fix this by using the nightly wheels in the *.in files.

Downside: The locked dependencies and dependencies of the nightly wheels are not synced. So we may end up with broken envs. But this is already the case with our scipp-internal nightly envs.

@SimonHeybrock
Copy link
Member

Currently, we lock dependencies using pip-compile. But we don't want to lock our own packages but install the latest version instead. We achieve this by manually removing the pins from those packages in requirements/*.txt files. This is not sustainable.

Are we doing that? I was not aware? Or are you referring to the pip-compile in the integration testing repo, not the one here?

@jl-wynen
Copy link
Member Author

jl-wynen commented Feb 4, 2025

Yes, the integration testing repo. Sorry for being unclear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

2 participants