Skip to content

Commit b8accb6

Browse files
committed
CI: Install pandas first in appveyor
[ci skip]
1 parent 23d8a27 commit b8accb6

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
@@ -75,8 +75,8 @@ install:
7575
- cmd: conda list -n test-environment
7676

7777
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
78-
- cmd: pip install -e .
7978
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
79+
- cmd: pip install -e .
8080

8181
test_script:
8282
# tests

0 commit comments

Comments
 (0)