fix: add missing conda channel
This commit is contained in:
parent
e8beb559f2
commit
6d9f1ef04b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ install:
|
||||||
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
|
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
|
||||||
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
||||||
- conda activate
|
- conda activate
|
||||||
- conda install pycrypto nuitka
|
- conda install -c conda-forge pycrypto nuitka
|
||||||
- pip intall PyQt5 setuptools_rust
|
- pip intall PyQt5 setuptools_rust
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Reference in a new issue