mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 09:23:41 +02:00
Cant avoid bootstrapping calibre
This commit is contained in:
parent
379e5137e8
commit
01c9ffee6f
2 changed files with 3 additions and 1 deletions
3
.github/workflows/translations.yml
vendored
3
.github/workflows/translations.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@ def main():
|
|||
'''.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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue