Skip to content

Commit 61bebeb

Browse files
committed
Force Python 3 PATH for Appveyor
1 parent 7e23bf8 commit 61bebeb

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

2020
install:
2121
- cmd: git submodule update --init --recursive
22-
- cmd: SET PATH=%PATH%;C:\Python36\Scripts
22+
- cmd: SET PATH=C:\Python36\Scripts;%PATH%
2323
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
2424
- cmd: platformio platform install file://.
2525

0 commit comments

Comments
 (0)