From 0191c621fb1cd1910e2bf5be69e0b52ed27fdf03 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Nov 2020 11:48:06 +0530 Subject: [PATCH] See if we can fix the urllib3 mess --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index be12e989ab..a9989d9f02 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -28,7 +28,7 @@ jobs: - name: Install translations dependencies run: - python -m pip install -U transifex-client sphinx + python -m pip install 'urllib3<1.26' transifex-client sphinx - name: Update translations env: