We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fc678 commit 6d38d23Copy full SHA for 6d38d23
copier.yml
@@ -26,6 +26,6 @@ entry:
26
{% endif %}
27
28
_tasks:
29
- - sed -i "s/TOOL_VERSION/$(micromamba search {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
+ - sed -i "s/TOOL_VERSION/$(micromamba search -c conda-forge {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
30
- git init
31
- git branch -M main
0 commit comments