Reset the cache of .venv in static analysis
**Describe the bug**
`Command not found: ruff` is raised in static analysis ci. See https://github.com/tconbeer/sqlfmt/actions/runs/16854563778/job/47745585356
**To Reproduce**
Rerun https://github.com/tconbeer/sqlfmt/actions/runs/16854563778/job/47745585356
**Expected behavior**
Run the commands of ruff.
**Actual behavior**
`Command not found: ruff`
**Additional context**
What is the output of `sqlfmt --version`?
`sqlfmt, version 0.27.0`
What is the output of `pip list` (or `pipx list` if you installed using pipx)?
```
Package Version Editable project location
----------------- ------- ----------------------------------------------
black 24.8.0
click 8.1.8
coverage 7.6.1
exceptiongroup 1.2.2
gitdb 4.0.12
GitPython 3.1.44
iniconfig 2.0.0
Jinja2 3.1.5
MarkupSafe 2.1.5
mypy 1.14.1
mypy-extensions 1.0.0
packaging 24.2
pathspec 0.12.1
pip 25.0.1
platformdirs 4.3.6
pluggy 1.5.0
pytest 8.3.4
pytest-cov 5.0.0
ruff 0.9.4
shandy-sqlfmt 0.27.0
smmap 5.0.2
tomli 2.2.1
tqdm 4.67.1
typing_extensions 4.12.2
```
关闭于 2025-10-17 1 条评论