Bug fix: Bump several Python packages for Ubuntu CI container builds after Python 3.11.7 update #1275
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR bumps the versions of several Python packages in the
jedi-ci.yaml
container specs to match the versions in the unified environment ("on prem" builds) after the update to Python 3.11.7.Testing
workflow_dispatch
):clang-mpich
: https://github.com/JCSDA/spack-stack/actions/runs/10559248560/job/29250297220?pr=1275 (build worked, but sending slack notification failed because the docker image scrubber ran while the container was built)gcc-openmpi
: https://github.com/JCSDA/spack-stack/actions/runs/10562793329/job/29261532771 failed with the same[email protected]
compile error than the clang-mpich container previously (not surprising, given thatgfortran
is the same version9.4.0
and both the clang and the gcc build usegfortran
).rerun with flags applied: https://github.com/JCSDA/spack-stack/actions/runs/10565978578/job/29271684593 PASSED
intel-impi
: https://github.com/JCSDA/spack-stack/actions/runs/10568699393/job/29280153982 RUNNINGApplications affected
JEDI CI
Systems affected
JEDI CI container builds on Ubuntu
Dependencies
n/a
Issue(s) addressed
Resolves failing CI container builds after [email protected] update, see https://github.com/JCSDA/spack-stack/actions/runs/10556032899/job/29240770451
Checklist
All dependency PRs/issues have been resolved and this PR can be merged.