Skip to content

Commit dc04d95

Browse files
committed
fix install
1 parent 241ed05 commit dc04d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
python -m unittest discover .
3535
- name: Test min pymongo
3636
run: |
37-
python -m pip pymongo==4.9
37+
python -m pip install pymongo==4.9
3838
python -m unittest discover .

0 commit comments

Comments
 (0)