8000 Install uv with pip · python-semver/python-semver@91047f9 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 91047f9

Browse files
committed
Install uv with pip
1 parent 20ad4da commit 91047f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ build:
1212
python: "3.11"
1313
jobs:
1414
pre_install:
15-
- curl -LsSf https://astral.sh/uv/install.sh | sh
15+
# - curl -LsSf https://astral.sh/uv/install.sh | sh
16+
- pip install uv
1617
- uv python install 3.11
1718
post_install:
18-
- source $HOME/.local/bin/env
1919
- uv sync --all-extras --group devel
2020
pre_build:
21-
- source $HOME/.local/bin/env
2221
- uv run make -C docs html
2322

2423
# Build documentation in the docs/ directory with Sphinx

0 commit comments

Comments
 (0)
0