Skip to content

Commit 9f36fcd

Browse files
committed
Add conda/micromamba compatibility test
1 parent 54ed385 commit 9f36fcd

File tree

7 files changed

+3246
-121
lines changed

7 files changed

+3246
-121
lines changed

examples/simple-python/pixi.lock

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

examples/simple-python/pixi.toml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ platforms = ["osx-arm64", "linux-64", "win-64"]
77

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

0 commit comments

Comments
 (0)