Skip to content

Commit 2d44bad

Browse files
committed
Fix Trigger ReadTheDocs build
1 parent 27dbfb6 commit 2d44bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,5 +434,5 @@ jobs:
434434
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
435435
BRANCH_NAME: "trunk"
436436
run: |
437-
python -m pip install requests
437+
uv pip install requests
438438
python ./contrib/trigger_rtd_build.py

0 commit comments

Comments
 (0)