Skip to content

Commit 44e0e40

Browse files
committed
Clean up venv after each session to free up space
1 parent 782caf8 commit 44e0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _run_tests(
8686
)
8787

8888

89-
@nox.session(reuse_venv=True, python=PYTHON_ALL_VERSIONS)
89+
@nox.session(reuse_venv=not os.environ.get("CI"), python=PYTHON_ALL_VERSIONS)
9090
def tests(session: nox.Session) -> None:
9191
"""Run the test suite."""
9292
_run_tests(session)

0 commit comments

Comments
 (0)