Skip to content

Commit 62c0032

Browse files
committed
Restore non-nightly conda build.
1 parent a18cab9 commit 62c0032

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.circleci/config.yml

+13-2
Original file line numberDiff line numberDiff 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"

ci/requirements-3.6-0.20.1.conda

+7
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)