Skip to content

Commit 100e93a

Browse files
committed
fix path modification
1 parent 4d31628 commit 100e93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
install:
1212
- cup pretzel -y
1313
- cup pretzel.scriptcs -y
14-
- ps: $env:Path += ";C:\\Python310;C:\\Python35\\Python310"
14+
- ps: $env:Path += ";C:\\Python310;C:\\Python310\\Scripts"
1515
- C:\Python310\python.exe -m pip install creep
1616

1717
cache:

0 commit comments

Comments
 (0)