Skip to content

Commit b836f71

Browse files
committed
pandas install for CI
1 parent f2e2bb3 commit b836f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ install: |
1919
for f in $(find . -maxdepth 1 -name 'requirements*.txt'); do
2020
pip install -r ${f}
2121
done
22+
pip install pandas # Needed for some estimator checks.
2223
pip install .
2324
2425
test_script:

0 commit comments

Comments
 (0)