mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove cargo dev fetch-python
(#4337)
This has been fully replaced by `uv toolchain install`
This commit is contained in:
parent
05d79f8d38
commit
631994c485
6 changed files with 2 additions and 115 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue