Skip to content

Commit a790c4d

Browse files
authored
Update .appveyor.yml
1 parent f7fa63f commit a790c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ environment:
1919
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
2020

2121
install:
22-
- call %CONDA_INSTALL_LOCN%\conda update --yes conda
22+
- call %CONDA_INSTALL_LOCN%\Scripts\conda update --yes conda
2323
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2424
# - conda config --set auto_update_conda false
2525
# - conda install --yes conda=4.3.8 --force

0 commit comments

Comments
 (0)