Files
setup-pixi/test/auth/pixi.toml
T
2025-11-03 11:25:42 +01:00

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 = "*"