We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12da68 commit 6636d3eCopy full SHA for 6636d3e
.appveyor.yml
@@ -87,7 +87,8 @@ install:
87
88
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
89
- cmd: pip install -e .
90
- - cmd: dir %CONDA_ROOT%\\conda-bld\\*\\
+ - cmd: dir %CONDA_ROOT%\\conda-bld
91
+ - cmd: dir %CONDA_ROOT%\\conda-bld\\win-64
92
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
93
94
test_script:
0 commit comments