We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77a6f7 commit c76dbbaCopy full SHA for c76dbba
.circleci/config.yml
@@ -45,12 +45,12 @@ jobs:
45
- run: nox -s lint
46
47
# Conda
48
- "conda-3.6-0.20.1":
+ "conda-3.6-0.21.1":
49
docker:
50
- image: continuumio/miniconda3
51
environment:
52
PYTHON: "3.6"
53
- PANDAS: "0.20.1"
+ PANDAS: "0.21.1"
54
steps:
55
- checkout
56
- run: ci/config_auth.sh
@@ -65,4 +65,4 @@ workflows:
65
- "pip-3.6"
66
- "pip-3.7"
67
- lint
68
- - "conda-3.6-0.20.1"
+ - "conda-3.6-0.21.1"
ci/requirements-3.6-0.20.1.conda renamed to ci/requirements-3.6-0.21.1.conda
0 commit comments