Skip to content

Commit c902abf

Browse files
committed
drop input req
1 parent 5d158a4 commit c902abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
pip install cookiecutter
1919
- name: bioproject
2020
run: |
21-
cookiecutter --directory bioproject .
21+
cookiecutter --directory bioproject . --no-input
2222
- name: nfproject
2323
run: |
24-
cookiecutter --directory nfproject .
24+
cookiecutter --directory nfproject . --no-input
2525
- name: pyproject
2626
run: |
27-
cookiecutter --directory pyproject .
27+
cookiecutter --directory pyproject . --no-input

0 commit comments

Comments
 (0)