File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 - run : nox -s lint
4646
4747 # Conda
48- " conda-3.6-0.20.1 " :
48+ " conda-3.6-NIGHTLY " :
4949 docker :
5050 - image : continuumio/miniconda3
5151 environment :
5252 PYTHON : " 3.6"
53- PANDAS : " 0.20.1 "
53+ PANDAS : " NIGHTLY "
5454 steps :
5555 - checkout
5656 - run : ci/config_auth.sh
@@ -65,4 +65,4 @@ workflows:
6565 - " pip-3.6"
6666 - " pip-3.7"
6767 - lint
68- - " conda-3.6-0.20.1 "
68+ - " conda-3.6-NIGHTLY "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11pydata-google-auth
2- google-cloud-bigquery==1.9 .0
2+ google-cloud-bigquery==1.10 .0
33pytest
44pytest-cov
55codecov
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ conda update -q conda
1111conda info -a
1212conda create -q -n test-environment python=$PYTHON
1313source activate test-environment
14- if [[ " $PANDAS " == " MASTER " ]]; then
14+ if [[ " $PANDAS " == " NIGHTLY " ]]; then
1515 conda install -q numpy pytz python-dateutil;
1616 PRE_WHEELS=" https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com" ;
1717 pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS pandas;
You can’t perform that action at this time.
0 commit comments