Skip to content

Commit 79fc678

Browse files
committed
fixes
1 parent 180635b commit 79fc678

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
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-
- gsed -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 {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
3030
- git init
3131
- git branch -M main

pixi.lock

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test = "pytest"
1212
[dependencies]
1313
copier = ">=9.1.1,<9.2"
1414
micromamba = ">=1.5.6,<1.6"
15-
gnu-coreutils = ">=9.4,<10"
1615
pytest = ">=7.4.4,<7.5"
1716
pytest-emoji = ">=0.2.0,<0.3"
1817
pytest-md = ">=0.2.0,<0.3"
18+
sed = ">=4.8,<5"

0 commit comments

Comments
 (0)