This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch fix_upload_doc in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 2d44badb9d73a04012d381790c36df3150aa64cf Author: Miguel Caballer <[email protected]> AuthorDate: Mon Jan 26 13:06:38 2026 +0100 Fix Trigger ReadTheDocs build --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd8ffc2c1..589c39c2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -434,5 +434,5 @@ jobs: RTD_TOKEN: ${{ secrets.RTD_TOKEN }} BRANCH_NAME: "trunk" run: | - python -m pip install requests + uv pip install requests python ./contrib/trigger_rtd_build.py
