Skip to content

Commit

Permalink
Update remove a wrong char from appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed Oct 6, 2019
1 parent 42b7d68 commit c0daba5
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 @@ -39,7 +39,7 @@ install:
- sh: source "$HOME/miniconda/etc/profile.d/conda.sh"

# Windows - Miniconda is in Image
- cmd: set "PATH="C:\Miniconda3-x64;C:\Miniconda3-x64\Scripts;%PATH%"
- cmd: set PATH="C:\Miniconda3-x64;C:\Miniconda3-x64\Scripts;%PATH%"
- cmd: dir c:\Miniconda3-x64
- cmd: dir c:\Miniconda3-x64\Scripts
- cmd: dir c:\Miniconda3-x64\Tools
Expand Down

0 comments on commit c0daba5

Please sign in to comment.