Skip to content

Fix Python version and caching in CI/CD#1024

Merged
jtrobles-cdd merged 1 commit into
developfrom
fix-python-version-ci-cd
Apr 16, 2026
Merged

Fix Python version and caching in CI/CD#1024
jtrobles-cdd merged 1 commit into
developfrom
fix-python-version-ci-cd

Conversation

@jtrobles-cdd
Copy link
Copy Markdown
Member

  • In the deploy job, fail when the Python virtual environment could not be restored from the cache, as the subsequent steps do not work without that virtual environment.
  • In the release and deploy jobs, ensure that the latest Python version is installed to prevent both jobs from having different Python versions and therefore different cache keys.

- In the `deploy` job, fail when the Python virtual environment could not
  be restored from the cache, as the subsequent steps do not work without
  that virtual environment.
- In the `release` and `deploy` jobs, ensure that the latest Python version
  is installed to prevent both jobs from having different Python versions
  and therefore different cache keys.
@jtrobles-cdd jtrobles-cdd self-assigned this Apr 16, 2026
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner April 16, 2026 00:07
@jtrobles-cdd jtrobles-cdd added the bug Something isn't working label Apr 16, 2026
@sonarqubecloud
Copy link
Copy Markdown

@jtrobles-cdd jtrobles-cdd merged commit 4207e18 into develop Apr 16, 2026
31 checks passed
@jtrobles-cdd jtrobles-cdd deleted the fix-python-version-ci-cd branch April 16, 2026 00:13
@jtrobles-cdd jtrobles-cdd mentioned this pull request Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant