Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08f8fd9

Browse files
JelleZijlstragvanrossum
authored andcommitted
Handle symlinks correctly in Appveyor (#3213)
Fixes python/typeshed#1175. Uses a solution from appveyor/ci#650.
1 parent 1d1c62d commit 08f8fd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ environment:
1919

2020

2121
install:
22+
- "git config core.symlinks true"
23+
- "git reset --hard"
2224
- "%PYTHON%\\python.exe -m pip install -r test-requirements.txt"
2325
- "git submodule update --init typeshed"
26+
- "cd typeshed && git reset --hard && cd .."
2427
- "%PYTHON%\\python.exe setup.py -q install"
2528

2629
build: off

0 commit comments

Comments
 (0)