Skip to content

Commit 80eef4b

Browse files
committed
New pip install parameter for plugins
1 parent 506b7f6 commit 80eef4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

init/TEMPLATE_hermes_github_to_zenodo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- uses: actions/setup-python@v4
4949
with:
5050
python-version: '3.10'
51-
- run: pip install git+https://github.com/softwarepub/hermes.git@feature/init-command
51+
- run: pip install hermes
52+
{%pip_install_plugins%}
5253
- run: hermes harvest
5354
- run: hermes process
5455
- run: hermes curate

0 commit comments

Comments
 (0)