Skip to content

Commit

Permalink
Restore non-nightly conda build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Apr 3, 2019
1 parent a18cab9 commit fcd3027
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,21 @@ jobs:
- run: nox -s lint

# Conda
"conda-3.6-NIGHTLY":
"conda-3.6-0.20.1":
docker:
- image: continuumio/miniconda3
environment:
PYTHON: "3.6"
PANDAS: "0.20.1"
steps:
- checkout
- run: ci/config_auth.sh
- run: ci/run_conda.sh
"conda-3.7-NIGHTLY":
docker:
- image: continuumio/miniconda3
environment:
PYTHON: "3.7"
PANDAS: "NIGHTLY"
steps:
- checkout
Expand All @@ -65,4 +75,5 @@ workflows:
- "pip-3.6"
- "pip-3.7"
- lint
- "conda-3.6-NIGHTLY"
- "conda-3.6-0.20.1"
- "conda-3.7-NIGHTLY"
7 changes: 7 additions & 0 deletions ci/requirements-3.6-0.20.1.conda
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pydata-google-auth
google-cloud-bigquery==1.9.0
pytest
pytest-cov
codecov
coverage
flake8

0 comments on commit fcd3027

Please sign in to comment.