diff --git a/appveyor.yml b/appveyor.yml index bb3f614..a92d4c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,11 +26,11 @@ install: - set PATH=%MINICONDA%\\Library\\bin;%MINICONDA%\\Scripts;%USERPROFILE%\\.cargo\\bin;%PATH% - set PATH=%INNO%;%PATH% - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - - rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc + - rustup-init -y --default-toolchain nightly --default-host x86_64-pc-windows-msvc - if defined VCVARS call "%VCVARS%" %VCVARSARG% - conda activate - conda install -y -c conda-forge pycrypto nuitka - - pip intall PyQt5 setuptools_rust + - pip install PyQt5 setuptools_rust test_script: - python build_gui.py