Skip to content

Commit

Permalink
[docs-beta] rm source cargo for uv use (#26251)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Dec 3, 2024
1 parent 8450a9d commit 3b38897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs-beta/scripts/vercel-sync-api-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd ..
export LC_ALL=C.UTF-8

curl -LsSf https://astral.sh/uv/install.sh | sh
source ~/.cargo/env
source "$HOME/.local/bin/env"

uv python install 3.11
uv venv
Expand Down

0 comments on commit 3b38897

Please sign in to comment.