From 8f775bb2f74e42193b1010e81f6c1ccba512c600 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 Jul 2020 23:28:06 +0530 Subject: [PATCH] Install sphinx needed to get POT files for the user manual --- .github/workflows/translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 7600b09d65..01d32a5b54 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -23,9 +23,9 @@ jobs: run: python setup/unix-ci.py install - - name: Install transifex client + - name: Install translations dependencies run: - python -m pip install transifex-client + python -m pip install -U transifex-client sphinx - name: Bootstrap calibre run: python setup/unix-ci.py bootstrap