From 6d9f1ef04bfe10370dba6adb73b9fefc0e7e7ed9 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:32:49 +0200 Subject: [PATCH] fix: add missing conda channel --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0038a6e..c2fa4bf 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 pycrypto nuitka + - conda install -c conda-forge pycrypto nuitka - pip intall PyQt5 setuptools_rust test_script: