From eaddb188ba931f0396e926fd1fb96264bd3c1cfa Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:38:27 +0200 Subject: [PATCH] fix: disable confirmation for conda install --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c2fa4bf..bb3f614 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ install: - rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc - if defined VCVARS call "%VCVARS%" %VCVARSARG% - conda activate - - conda install -c conda-forge pycrypto nuitka + - conda install -y -c conda-forge pycrypto nuitka - pip intall PyQt5 setuptools_rust test_script: