Skip to content

Commit c414c81

Browse files
committed
feat: remove unneeded prior install now that PEP 723 is being used
1 parent 1df0744 commit c414c81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ def test(session: Session) -> None:
195195
)
196196
@nox.session(python=DEFAULT_TEMPLATE_PYTHON_VERSION, name="update-demo")
197197
def update_demo(session: Session, demo: RepoMetadata) -> None:
198-
session.log("Installing script dependencies for updating generated project demos...")
199-
session.install("cookiecutter", "cruft", "platformdirs", "loguru", "python-dotenv", "typer")
200-
201198
session.log("Updating generated project demos...")
202199
args: list[str] = [*UPDATE_DEMO_OPTIONS]
203200
if "maturin" in demo.app_name:

0 commit comments

Comments
 (0)