We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d158a4 commit c902abfCopy full SHA for c902abf
.github/workflows/test.yml
@@ -18,10 +18,10 @@ jobs:
18
pip install cookiecutter
19
- name: bioproject
20
run: |
21
- cookiecutter --directory bioproject .
+ cookiecutter --directory bioproject . --no-input
22
- name: nfproject
23
24
- cookiecutter --directory nfproject .
+ cookiecutter --directory nfproject . --no-input
25
- name: pyproject
26
27
- cookiecutter --directory pyproject .
+ cookiecutter --directory pyproject . --no-input
0 commit comments