mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fail build if pyqt install fails
This commit is contained in:
parent
d19b943e1a
commit
e2139f9460
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def install_packages(requirements_path, directory, pip_args):
|
||||||
requirements_path
|
requirements_path
|
||||||
] + pip_args
|
] + pip_args
|
||||||
cmd = create_command("install")
|
cmd = create_command("install")
|
||||||
cmd.main(pip_args)
|
assert not cmd.main(pip_args)
|
||||||
|
|
||||||
|
|
||||||
def fix_pyi_types():
|
def fix_pyi_types():
|
||||||
|
|
Loading…
Reference in a new issue