From 01c9ffee6f48e08685860eba2bbc31bf777b31b8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 Jul 2020 22:51:08 +0530 Subject: [PATCH] Cant avoid bootstrapping calibre --- .github/workflows/translations.yml | 3 +++ setup/unix-ci.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 65e7d8cef2..7600b09d65 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -27,6 +27,9 @@ jobs: run: python -m pip install transifex-client + - name: Bootstrap calibre + run: python setup/unix-ci.py bootstrap + - name: Update translations env: tx: ${{ secrets.tx }} diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 96d9dc8408..db60f5d7bf 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -126,7 +126,6 @@ username = api '''.replace('PASSWORD', os.environ['tx']) with open(os.path.expanduser('~/.transifexrc'), 'w') as f: f.write(transifexrc) - run('git clone --depth=1 https://github.com/kovidgoyal/calibre-translations.git translations') run_python('setup.py pot') elif action == 'test':