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

Building of docker images for CI broken by changes in pip packages #1440

Closed
gonuke opened this issue Feb 10, 2022 · 1 comment
Closed

Building of docker images for CI broken by changes in pip packages #1440

gonuke opened this issue Feb 10, 2022 · 1 comment
Labels

Comments

@gonuke
Copy link
Contributor

gonuke commented Feb 10, 2022

Describe the Bug

Version management of packages provided by PIP has broken the process of building our docker images for CI. Specifically, CI runs on Ubuntu 18.04 that only supports up to python 3.6 as a standard package. Some newer pip-installable require python 3.7+ and causes failures. More subtly, even though numpy installs a valid version, matplotlib tries to install a new version of numpy on top that is too new.

To Reproduce

This is reproduced by launching our docker_publish.xml action.

Expected Behavior

It should create a valid docker image for use in CI.

@gonuke
Copy link
Contributor Author

gonuke commented Jul 22, 2023

This has been resolved by various PR's, most recently #1477

@gonuke gonuke closed this as completed Jul 22, 2023
@gonuke gonuke added the ci label Jul 22, 2023
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