We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211fbbe commit f076f74Copy full SHA for f076f74
.appveyor.yml
@@ -21,11 +21,11 @@ environment:
21
install:
22
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
23
# - conda config --set auto_update_conda false
24
- - conda config --add channels conda-forge --force
25
- - conda clean --all --yes
26
# - conda install --yes conda=4.3.8 --force
27
# - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
28
- conda update --yes -n base conda
+ - conda config --add channels conda-forge --force
+ - conda clean --all --yes
29
- conda install --yes --quiet flang jom
30
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
31
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
0 commit comments