We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c987c68 + 5427bc5 commit f3ed2e2Copy full SHA for f3ed2e2
.github/workflows/update-rtd-redirects.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-python@v4
22
with:
23
python-version: "3.11"
24
- - run: pip install httpx requests pyyaml
+ - run: pip install httpx pyyaml rich
25
- run: python tools/update-rtd-redirects.py
26
env:
27
RTD_API_TOKEN: ${{ secrets.RTD_API_TOKEN }}
0 commit comments