Skip to content

Commit 29f984b

Browse files
committed
Try different pandas version
1 parent 36c0437 commit 29f984b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ workflows:
418418
- "3.12"
419419
name: "Test optional with python << parameters.python_version >>"
420420
- test_optional_py:
421-
name: "Test optional with pandas 1.1"
421+
name: "Test optional with pandas 1.2.4"
422422
python_version: "3.9"
423-
pandas_version: "1.1"
423+
pandas_version: "1.2.4"
424424
- python_39_percy
425425
- build-doc

0 commit comments

Comments
 (0)