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:
45
45
- run : nox -s lint
46
46
47
47
# Conda
48
- " conda-3.6-NIGHTLY " :
48
+ " conda-3.6-0.20.1 " :
49
49
docker :
50
50
- image : continuumio/miniconda3
51
51
environment :
52
52
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"
53
63
PANDAS : " NIGHTLY"
54
64
steps :
55
65
- checkout
@@ -65,4 +75,5 @@ workflows:
65
75
- " pip-3.6"
66
76
- " pip-3.7"
67
77
- 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