Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 28, 2024
1 parent 79fc678 commit 6d38d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ entry:
{% endif %}
_tasks:
- 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
- git init
- git branch -M main

0 comments on commit 6d38d23

Please sign in to comment.