chore: update CI workflow to include cleanup steps and refine MyPy checks for specific directories
Some checks failed
CI / test (3.13) (push) Failing after 50s

This commit is contained in:
Alexander Kalinovsky
2025-08-27 19:59:52 +03:00
parent 1fa3cbbe1d
commit eef69f32c7
3 changed files with 14 additions and 1 deletions

View File

@@ -37,5 +37,6 @@ cat test_cli_output/pyproject.toml
echo "🧹 Cleaning up..."
rm -rf test_cli_output
rm -rf dist/*
echo "✅ All CI workflow steps passed locally!"