Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
You need to sign in or sign up before continuing.
Commits on Source (1)
fix: add missing conda channel
· 6d9f1ef0
Daniel Seiller
authored
Sep 21, 2019
6d9f1ef0
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
6d9f1ef0
...
...
@@ -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
:
...
...