chore: add pip uploaded-prior-to cooldown#223
Open
charles-turner-bot wants to merge 3 commits into
Open
Conversation
jo-basevi
reviewed
May 26, 2026
| description: Location of the experiment on the target environment | ||
| env: | ||
| ARTIFACT_LOCAL_LOCATION: /opt/artifact | ||
| PIP_UPLOADED_PRIOR_TO: P7D |
Contributor
There was a problem hiding this comment.
The issue here is that it would prevent installing new versions of model-config-tests for a week..
Pixi has functionality to add exceptions for packages but can't really use pixi here because we use python virtual environments to install dependencies on top of an existing payu environment. Though this does mean it isn't installing many packages here as it's obtaining most of the packages from the payu environment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change summary
Add a minimal pip install cooldown for GitHub Actions / docs build paths by setting
PIP_UPLOADED_PRIOR_TO=P7D(and a matching Read the Docs pip config where applicable).This is a lightweight supply-chain hardening step for pip-based installs.