Skip to content

Commit 802218b

Browse files
use vanilla pip in workflows
1 parent 1c64f32 commit 802218b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Install MkDocs and dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install uv
29-
uv pip install -r pyproject.toml --extra docs
28+
pip install -r pyproject.toml --extra docs
3029
3130
3231
- name: Build docs

0 commit comments

Comments
 (0)