From e8beb559f2c8d5100fc1ca33ae38f7a293869b8e Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:26:34 +0200 Subject: [PATCH] fix: add missing dependencies to appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 47e01d0..0038a6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,8 @@ install: - rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc - if defined VCVARS call "%VCVARS%" %VCVARSARG% - conda activate + - conda install pycrypto nuitka + - pip intall PyQt5 setuptools_rust test_script: - python build_gui.py