Skip to content

Commit

Permalink
Fix CONTRIBUTING.md instructions to install multiple Python versions (
Browse files Browse the repository at this point in the history
#5015)

## Summary

I noticed the command to install multiple Python versions was wrong as
it was failing cause `toolchain` is not a known command.

I looked in the `ci.yml` workflow to see which command is used there and
updated the instructions accordingly.

## Test Plan

I just ran the command locally. :)
  • Loading branch information
silvanocerza committed Jul 12, 2024
1 parent a1f71a3 commit 2a50bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If tests fail due to a mismatch in the JSON Schema, run: `cargo dev generate-jso
Testing uv requires multiple specific Python versions; they can be installed with:

```shell
cargo run toolchain install
cargo run python install
```

The storage directory can be configured with `UV_PYTHON_INSTALL_DIR`.
Expand Down

0 comments on commit 2a50bc9

Please sign in to comment.