Skip to content

Commit a39f967

Browse files
authored
TST: add downstream deps in 3.6 build (pandas-dev#18333)
1 parent d6049a0 commit a39f967

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)