Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCW committed Mar 3, 2022
1 parent e303f3d commit 201fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"

install:
- cmd: SET PATH=%MINICONDA_VERSION%;%MINICONDA_VERSION%\Scripts;%PATH%
- cmd: SET PATH=%MINICONDA%;%MINICONDA%\Scripts;%PATH%
- cmd: conda config --set always_yes yes --set changeps1 no
- cmd: conda config --add channels conda-forge
- cmd: conda update -q conda
Expand Down

0 comments on commit 201fe78

Please sign in to comment.