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':