Skip to content

Commit

Permalink
Use gnu-coreutils instead of coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 28, 2024
1 parent 64eeeba commit 755bae6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ generate = "copier copy --vcs-ref=HEAD --trust ."
test = "pytest"

[dependencies]
micromamba = ">=1.5.6,<1.6"
copier = ">=9.1.1,<9.2"
micromamba = ">=1.5.6,<1.6"
gnu-coreutils = ">=9.4,<10"
pytest = ">=7.4.4,<7.5"
coreutils = ">=9.4,<10"
pytest-emoji = ">=0.2.0,<0.3"
pytest-md = ">=0.2.0,<0.3"

0 comments on commit 755bae6

Please sign in to comment.