Skip to content

Commit e2dd71d

Browse files
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 <[email protected]>
1 parent 5877a17 commit e2dd71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user/build-customization.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,8 @@ Take a look at the following example:
525525
526526
build:
527527
os: ubuntu-24.04
528+
tools:
529+
python: "latest"
528530
jobs:
529531
create_environment:
530532
- asdf plugin add pixi

0 commit comments

Comments
 (0)