From 09e6f0afb55f4fda8627884890b8c7be737c9261 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:44:46 +0200 Subject: [PATCH] fix: typo in appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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