From 5427bc56b554923b2ef7d3e3a9d36184940630e8 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 31 Dec 2022 21:02:45 +0000 Subject: [PATCH] Fix the dependencies as installed for the RTD update script This ensures that it is updated correctly. --- .github/workflows/update-rtd-redirects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-rtd-redirects.yml b/.github/workflows/update-rtd-redirects.yml index 5ac9c63130e..8a300d06fd9 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 }}