Skip to content

Commit 6636d3e

Browse files
committed
CI: Appveyor
[ci skip]
1 parent d12da68 commit 6636d3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ install:
8787

8888
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
8989
- cmd: pip install -e .
90-
- cmd: dir %CONDA_ROOT%\\conda-bld\\*\\
90+
- cmd: dir %CONDA_ROOT%\\conda-bld
91+
- cmd: dir %CONDA_ROOT%\\conda-bld\\win-64
9192
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
9293

9394
test_script:

0 commit comments

Comments
 (0)