Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

chore: Remove dependency caching on GHA#112

Merged
dragos199993 merged 1 commit into
mainfrom
d3-remove-dep-caching-gha
Nov 19, 2025
Merged

chore: Remove dependency caching on GHA#112
dragos199993 merged 1 commit into
mainfrom
d3-remove-dep-caching-gha

Conversation

@DLesage25

@DLesage25 DLesage25 commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

Note

Removes Poetry/venv caching from CI and always installs dependencies during SDK tests and in the reusable setup action.

  • CI/GitHub Actions:
    • all-sdk-tests.yml:
      • Removed venv caching (actions/cache) and the conditional install; always runs poetry install and NLTK download in a single "Install dependencies" step.
      • Retains Poetry setup and poetry env use with matrix Python versions.
    • actions/setup-python-env/action.yml:
      • Dropped cache: 'poetry' from actions/setup-python@v4 configuration.

Written by Cursor Bugbot for commit 0ca48b6. Configure here.

@dragos199993 dragos199993 merged commit 447acce into main Nov 19, 2025
1 of 4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants