Remove cargo dev fetch-python (#4337)

This has been fully replaced by `uv toolchain install`
This commit is contained in:
Zanie Blue 2024-06-17 14:49:06 -04:00 committed by GitHub
parent 05d79f8d38
commit 631994c485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2 additions and 115 deletions

View file

@ -135,7 +135,7 @@ jobs:
- name: "Install required Python versions"
run: |
cargo run -p uv-dev -- fetch-python
cargo run toolchain install
- name: "Install cargo nextest"
uses: taiki-e/install-action@v2