Skip to content

Commit 3a109ea

Browse files
jrebackTomAugspurger
authored andcommitted
TST: add downstream deps in 3.6 build (pandas-dev#18333)
(cherry picked from commit a39f967)
1 parent 9d53574 commit 3a109ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ci/requirements-3.6.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
source activate pandas
4+
5+
echo "[install 3.6 downstream deps]"
6+
7+
conda install -n pandas -c conda-forge pandas-gbq pandas-datareader xarray geopandas seaborn statsmodels scikit-learn dask

ci/script_multi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
echo "[script multi]"
44

0 commit comments

Comments
 (0)