Skip to content

Commit

Permalink
perf: use copier without its version specified (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock authored Dec 2, 2024
1 parent 5e70282 commit f1e92d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def template_build(session: nox.Session) -> None:
session.run(
"pipx",
"run",
"copier==9.3.1",
"copier",
"copy",
"-r",
"HEAD",
Expand Down
2 changes: 1 addition & 1 deletion template/noxfile.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def template_build(session: nox.Session) -> None:
session.run(
"pipx",
"run",
"copier==9.3.1",
"copier",
"copy",
"-r",
"HEAD",
Expand Down

0 comments on commit f1e92d6

Please sign in to comment.