Skip to content

Commit 09d8a74

Browse files
committed
Install bzip2 on windows
1 parent a69e521 commit 09d8a74

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
@@ -78,6 +78,7 @@ install:
7878
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run
7979
- cmd: echo "installing requirements from %REQ%"
8080
- cmd: conda install -n pandas --file=%REQ%
81+
- cmd: conda install bzip2 # XXX: remove when fixed in defaults
8182
- cmd: conda list -n pandas
8283
- cmd: echo "installing requirements from %REQ% - done"
8384

0 commit comments

Comments
 (0)