Add GIT_CLEAN_FLAGS to clean venvs between CI runs

This commit is contained in:
Russell Ballestrini 2026-01-11 09:38:26 -05:00
parent 69703b1e82
commit 8a77b395a9

View file

@ -10,6 +10,8 @@ variables:
TESTING: "1"
MODEL_ENDPOINT_0: "https://hermes.ai.unturf.com/v1"
MODEL_API_KEY_0: "dummy"
GIT_STRATEGY: fetch # Reuse existing clone instead of fresh clone each time
GIT_CLEAN_FLAGS: -ffdx # Clean untracked files including venvs
# Template for Python setup (shell executor)
.python_setup: