Skip to content

Commit

Permalink
Add conda/micromamba compatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 4, 2024
1 parent 54ed385 commit 9f36fcd
Show file tree
Hide file tree
Showing 7 changed files with 3,246 additions and 121 deletions.
57 changes: 57 additions & 0 deletions examples/simple-python/pixi.lock

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

2 changes: 2 additions & 0 deletions examples/simple-python/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ platforms = ["osx-arm64", "linux-64", "win-64"]

[dependencies]
python = ">=3.12.3,<3.13"
# needed because conda and micromamba include pip by default when installing python, pixi doesn't
pip = "*"
Loading

0 comments on commit 9f36fcd

Please sign in to comment.