Skip to content

Commit 1ad3019

Browse files
authored
Merge pull request #2098 from apache/fix_upload_doc
Fix Trigger ReadTheDocs build
2 parents 27dbfb6 + 2d44bad commit 1ad3019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)