Skip to content

Commit f076f74

Browse files
authored
reshuffle conda commands
1 parent 211fbbe commit f076f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ environment:
2121
install:
2222
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2323
# - conda config --set auto_update_conda false
24-
- conda config --add channels conda-forge --force
25-
- conda clean --all --yes
2624
# - conda install --yes conda=4.3.8 --force
2725
# - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
2826
- conda update --yes -n base conda
27+
- conda config --add channels conda-forge --force
28+
- conda clean --all --yes
2929
- conda install --yes --quiet flang jom
3030
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3131
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"

0 commit comments

Comments
 (0)