Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 3d848b0

Browse files
committed
fix cd path
1 parent 2d61bfb commit 3d848b0

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
@@ -86,7 +86,7 @@ install:
8686
test_script:
8787
# tests
8888
- cmd: activate pandas-msgpack
89-
- cmd: cd c:\\temp
89+
- cmd: cd c:\\projects
9090
- cmd: pytest --pyargs pandas_msgpack -v
9191

9292
artifacts:

0 commit comments

Comments
 (0)