mirror of
https://github.com/prefix-dev/setup-pixi
synced 2026-05-21 20:03:50 +03:00
12 lines
285 B
TOML
12 lines
285 B
TOML
[workspace]
|
|
name = "test-auth"
|
|
channels = ["conda-forge", "https://repo.prefix.dev/setup-pixi-test"]
|
|
platforms = ["osx-arm64", "osx-64", "linux-64", "linux-aarch64", "win-64"]
|
|
|
|
[tasks]
|
|
test = "python -c 'print(\"Hello world!\")'"
|
|
|
|
[dependencies]
|
|
python = "3.9.*"
|
|
private-package = "*"
|