fix: add missing conda channel

This commit is contained in:
Daniel S. 2019-09-21 20:32:49 +02:00
parent e8beb559f2
commit 6d9f1ef04b
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 pycrypto nuitka
- conda install -c conda-forge pycrypto nuitka
- pip intall PyQt5 setuptools_rust
test_script: