File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,21 @@ jobs:
4545 - run : nox -s lint
4646
4747 # Conda
48- " conda-3.6-NIGHTLY " :
48+ " conda-3.6-0.20.1 " :
4949 docker :
5050 - image : continuumio/miniconda3
5151 environment :
5252 PYTHON : " 3.6"
53+ PANDAS : " 0.20.1"
54+ steps :
55+ - checkout
56+ - run : ci/config_auth.sh
57+ - run : ci/run_conda.sh
58+ " conda-3.7-NIGHTLY " :
59+ docker :
60+ - image : continuumio/miniconda3
61+ environment :
62+ PYTHON : " 3.7"
5363 PANDAS : " NIGHTLY"
5464 steps :
5565 - checkout
@@ -65,4 +75,5 @@ workflows:
6575 - " pip-3.6"
6676 - " pip-3.7"
6777 - lint
68- - " conda-3.6-NIGHTLY"
78+ - " conda-3.6-0.20.1"
79+ - " conda-3.7-NIGHTLY"
Original file line number Diff line number Diff line change 1+ pydata-google-auth
2+ google-cloud-bigquery==1.9.0
3+ pytest
4+ pytest-cov
5+ codecov
6+ coverage
7+ flake8
You can’t perform that action at this time.
0 commit comments