File tree 4 files changed +5
-10
lines changed 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
- run : nox -s lint
38
38
39
39
# Conda
40
- " conda-3.6-0.20.1 " :
40
+ " conda-3.6-NIGHTLY " :
41
41
docker :
42
42
- image : continuumio/miniconda3
43
43
environment :
44
44
PYTHON : " 3.6"
45
- PANDAS : " 0.20.1 "
45
+ PANDAS : " NIGHTLY "
46
46
steps :
47
47
- checkout
48
48
- run : ci/config_auth.sh
@@ -56,4 +56,4 @@ workflows:
56
56
- " pip-3.6"
57
57
- " pip-3.7"
58
58
- lint
59
- - " conda-3.6-0.20.1 "
59
+ - " conda-3.6-NIGHTLY "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
pydata-google-auth
2
- google-cloud-bigquery==1.9 .0
2
+ google-cloud-bigquery==1.10 .0
3
3
pytest
4
4
pytest-cov
5
5
codecov
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ conda update -q conda
11
11
conda info -a
12
12
conda create -q -n test-environment python=$PYTHON
13
13
source activate test-environment
14
- if [[ " $PANDAS " == " MASTER " ]]; then
14
+ if [[ " $PANDAS " == " NIGHTLY " ]]; then
15
15
conda install -q numpy pytz python-dateutil;
16
16
PRE_WHEELS=" https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com" ;
17
17
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS pandas;
You can’t perform that action at this time.
0 commit comments