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

Fix: don't use cached pip dependencies in CI builds #411

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

thekaveman
Copy link
Member

This seems to be causing release tags to use the most recent pre-release version of the package.

E.g. the run for 2024.01.5-rc1 correctly installed that version of the package into the Docker image.

Then a subsequent run for 2024.01.5 incorrectly reused the 2024.01.5-rc1 package.

seems to be causing release tags to use the most recent
pre-release version of the package
@thekaveman thekaveman requested a review from a team as a code owner January 25, 2024 02:23
@thekaveman thekaveman self-assigned this Jan 25, 2024
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@thekaveman thekaveman merged commit ce48e38 into dev Jan 25, 2024
7 checks passed
@thekaveman thekaveman deleted the ci/pip-cache branch January 25, 2024 02:26
thekaveman added a commit that referenced this pull request Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants