Skip to content

Commit c8cccf4

Browse files
committed
Call cookiecutter as module
1 parent a1e898a commit c8cccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m pip install --user cookiecutter
3737
3838
pushd "$(mktemp -d)"
39-
cookiecutter \
39+
python -m cookiecutter \
4040
--no-input \
4141
"${OLDPWD}" \
4242
plugin_name=MyPlugin \

0 commit comments

Comments
 (0)