mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 00:43:03 +02:00
Install msgpack needed for POT
This commit is contained in:
parent
37022b6a91
commit
7d027eef97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Install translations dependencies
|
||||
run:
|
||||
python -m pip install -U transifex-client sphinx
|
||||
python -m pip install -U transifex-client sphinx msgpack
|
||||
|
||||
- name: Bootstrap calibre
|
||||
run: python setup/unix-ci.py bootstrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue