Skip to content

Commit 4304e12

Browse files
committed
back to the right dir
1 parent da6d8fe commit 4304e12

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
@@ -23,7 +23,7 @@ install:
2323
- "git reset --hard"
2424
- "%PYTHON%\\python.exe -m pip install -r test-requirements.txt"
2525
- "git submodule update --init typeshed"
26-
- "cd typeshed && git reset --hard"
26+
- "cd typeshed && git reset --hard && cd .."
2727
- "%PYTHON%\\python.exe setup.py -q install"
2828

2929
build: off

0 commit comments

Comments
 (0)