Skip to content

Commit 6d38d23

Browse files
committed
.
1 parent 79fc678 commit 6d38d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ entry:
2626
{% endif %}
2727
2828
_tasks:
29-
- sed -i "s/TOOL_VERSION/$(micromamba search {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
29+
- sed -i "s/TOOL_VERSION/$(micromamba search -c conda-forge {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
3030
- git init
3131
- git branch -M main

0 commit comments

Comments
 (0)