We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350bae5 commit 91208d1Copy full SHA for 91208d1
noxfile.py
@@ -65,7 +65,7 @@ def _cleanup(session: nox.Session) -> None:
65
shutil.rmtree(venv_dir, ignore_errors=True)
66
session.log(f"Cleaned up {venv_dir}")
67
shutil.rmtree(pathlib.Path("~/.cache").expanduser(), ignore_errors=True)
68
- session.run("uv", "cache", "clean", "--all", external=True)
+ session.run("uv", "cache", "clean", external=True)
69
70
71
def _run_tests(
0 commit comments