Skip to content

Commit 75ad7b5

Browse files
committed
default to latest circleci/mongo image (3.4.15 was causing pymongo.errors.ConfigurationError: Server at localhost:27017 reports wire version 5, but this version of PyMongo requires at least 6 (MongoDB 3.6))
1 parent 51761b3 commit 75ad7b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
working_directory: ~/atomate
55
docker:
66
- image: materialsvirtuallab/circle-ci-pmg-py3:3.7.3
7-
- image: circleci/mongo:3.4.15
7+
- image: circleci/mongo:latest
88
steps:
99
- checkout
1010
- restore_cache:
@@ -37,7 +37,7 @@ jobs:
3737
working_directory: ~/atomate
3838
docker:
3939
- image: materialsvirtuallab/circle-ci-pmg-py3:3.7.3
40-
- image: circleci/mongo:3.4.15
40+
- image: circleci/mongo:latest
4141
steps:
4242
- checkout
4343
- restore_cache:
@@ -80,5 +80,3 @@ workflows:
8080
branches:
8181
ignore:
8282
main
83-
84-

0 commit comments

Comments
 (0)