From 162c32a362a0305f735778e545e14ee8d0e10cea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Sep 2020 09:20:07 +0530 Subject: [PATCH] Fix translatable strings not being extracted from .ui files --- setup/unix-ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 4425d59ede..109465c4e1 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -149,6 +149,7 @@ username = api install_linux_deps() interpreter = install_calibre_binary() install_qt_source_code() + run(interpreter, 'setup.py', 'gui') run(interpreter, 'setup.py', 'pot') elif action == 'test':