Skip to content

Conversation

briangreunke
Copy link
Contributor

@briangreunke briangreunke commented Aug 19, 2025

Remove caching from CI test workflow

Caching was causing non-deterministic typing errors between the different versions of Python

Key Changes:

  • removed virtual env caching in the test workflow

Removed:

  • Removed the caching of virtual env

Generated Summary:

  • Removed caching of dependencies in GitHub Actions workflow.
  • Caching previously utilized .venv directory to improve package install speed.
  • Potential impact: Slight increase in install time for dependencies, as caching will no longer be used.
  • Adjusts workflow to focus solely on the installation step with Poetry.

This summary was generated with ❤️ by rigging

@dreadnode-renovate-bot dreadnode-renovate-bot bot added the area/github Changes made to GitHub Actions label Aug 19, 2025
@briangreunke briangreunke merged commit f6645d0 into main Aug 19, 2025
5 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github Changes made to GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant