Skip to content

Commit f78c6ac

Browse files
authored
Update .appveyor.yml
1 parent ed834d4 commit f78c6ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ install:
2222
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2323
- conda config --set auto_update_conda false
2424
- conda config --add channels conda-forge --force
25-
- conda install --yes conda-forge/win-64::charset-normalizer --force
25+
- conda install conda=4.10.3
26+
- conda install --yes charset-normalizer --force
2627
- conda update --yes -n base conda
2728
- conda install --yes --quiet flang jom
2829
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64

0 commit comments

Comments
 (0)