Skip to content

Commit 2691aba

Browse files
committed
Restore non-nightly conda build.
1 parent d2a53e9 commit 2691aba

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.circleci/config.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,21 @@ jobs:
3737
- run: nox -s lint
3838

3939
# Conda
40-
"conda-3.6-NIGHTLY":
40+
"conda-3.6-0.20.1":
4141
docker:
4242
- image: continuumio/miniconda3
4343
environment:
4444
PYTHON: "3.6"
45+
PANDAS: "0.20.1"
46+
steps:
47+
- checkout
48+
- run: ci/config_auth.sh
49+
- run: ci/run_conda.sh
50+
"conda-3.7-NIGHTLY":
51+
docker:
52+
- image: continuumio/miniconda3
53+
environment:
54+
PYTHON: "3.7"
4555
PANDAS: "NIGHTLY"
4656
steps:
4757
- checkout
@@ -56,4 +66,5 @@ workflows:
5666
- "pip-3.6"
5767
- "pip-3.7"
5868
- lint
59-
- "conda-3.6-NIGHTLY"
69+
- "conda-3.6-0.20.1"
70+
- "conda-3.7-NIGHTLY"

ci/requirements-3.6-0.20.1.conda

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pydata-google-auth
2+
google-cloud-bigquery==1.9.0
3+
pytest
4+
pytest-cov
5+
codecov
6+
coverage
7+
flake8
File renamed without changes.

0 commit comments

Comments
 (0)