Skip to content

Commit f3ed2e2

Browse files
authored
Merge pull request #11680 from pradyunsg/fix-rtd-redirects
2 parents c987c68 + 5427bc5 commit f3ed2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-rtd-redirects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-python@v4
2222
with:
2323
python-version: "3.11"
24-
- run: pip install httpx requests pyyaml
24+
- run: pip install httpx pyyaml rich
2525
- run: python tools/update-rtd-redirects.py
2626
env:
2727
RTD_API_TOKEN: ${{ secrets.RTD_API_TOKEN }}

0 commit comments

Comments
 (0)