Skip to content

Commit

Permalink
Merge pull request #11680 from pradyunsg/fix-rtd-redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Jan 1, 2023
2 parents c987c68 + 5427bc5 commit f3ed2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-rtd-redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f3ed2e2

Please sign in to comment.