summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-12-31 21:02:45 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-12-31 21:02:45 +0000
commit5427bc56b554923b2ef7d3e3a9d36184940630e8 (patch)
treeb463074fec779c7ce1edcf05e0c5283b073593e0 /.github
parentc987c682367760415f5ac9afebc0444ef03e8bb4 (diff)
downloadpip-5427bc56b554923b2ef7d3e3a9d36184940630e8.tar.gz
Fix the dependencies as installed for the RTD update script
This ensures that it is updated correctly.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-rtd-redirects.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-rtd-redirects.yml b/.github/workflows/update-rtd-redirects.yml
index 5ac9c6313..8a300d06f 100644
--- a/.github/workflows/update-rtd-redirects.yml
+++ b/.github/workflows/update-rtd-redirects.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- - run: pip install httpx requests pyyaml
+ - run: pip install httpx pyyaml rich
- run: python tools/update-rtd-redirects.py
env:
RTD_API_TOKEN: ${{ secrets.RTD_API_TOKEN }}