Commit e2dd71d
Update Pixi build customization example (#12499)
Hey! Was very happy to find a pixi example (thanks @pavelzw from #12155
:)) )
The example as it is though is broken saying "Missing configuration
option At least one of the following configuration options is required:
build.tools or build.commands." .
Adding
```diff
+ tools:
+ python: "latest"
```
does placate the error message, but this doesn't really make sense since
Pixi manages its own Python.
Can we update the example linking to a relevant issue if there is one?
---------
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>1 parent 5877a17 commit e2dd71d
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| 528 | + | |
| 529 | + | |
528 | 530 | | |
529 | 531 | | |
530 | 532 | | |
| |||
0 commit comments