fix: disable confirmation for conda install

This commit is contained in:
Daniel S. 2019-09-21 20:38:27 +02:00
parent 6d9f1ef04b
commit eaddb188ba
1 changed files with 1 additions and 1 deletions

View File

@ -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: