Skip to content

Commit c76dbba

Browse files
committed
Attempt to pin conda test to version without bug that detects DatetimeTZDtype as numpy dtype.
1 parent b77a6f7 commit c76dbba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
- run: nox -s lint
4646

4747
# Conda
48-
"conda-3.6-0.20.1":
48+
"conda-3.6-0.21.1":
4949
docker:
5050
- image: continuumio/miniconda3
5151
environment:
5252
PYTHON: "3.6"
53-
PANDAS: "0.20.1"
53+
PANDAS: "0.21.1"
5454
steps:
5555
- checkout
5656
- run: ci/config_auth.sh
@@ -65,4 +65,4 @@ workflows:
6565
- "pip-3.6"
6666
- "pip-3.7"
6767
- lint
68-
- "conda-3.6-0.20.1"
68+
- "conda-3.6-0.21.1"
File renamed without changes.

0 commit comments

Comments
 (0)