Skip to content

Commit 389c537

Browse files
committed
pin pymongo version for #62
1 parent da04f7f commit 389c537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
48-
python -m pip install codespell flake8 lmdb pymongo pytest
48+
python -m pip install codespell flake8 lmdb pymongo==3.11.3 pytest
4949
5050
- name: Lint with flake8
5151
run: |

0 commit comments

Comments
 (0)