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 23d8a27 commit b8accb6Copy full SHA for b8accb6
.appveyor.yml
@@ -75,8 +75,8 @@ install:
75
- cmd: conda list -n test-environment
76
77
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
78
- - cmd: pip install -e .
79
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
+ - cmd: pip install -e .
80
81
test_script:
82
# tests
0 commit comments