Skip to content

Commit 695e582

Browse files
committed
Fix linting
1 parent dcab413 commit 695e582

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tasks/install.debian.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@
116116
- python-setuptools
117117
when: mongodb_pymongo_from_pip | bool
118118

119-
- name: Upgrade pip to the latest version
119+
- name: Upgrade pip to the newer version
120120
pip:
121121
name: pip
122-
state: latest
122+
state: present
123+
version: "20.3.4"
123124
when: mongodb_pymongo_from_pip | bool
124125

125126
- name: Install PyMongo from PIP

0 commit comments

Comments
 (0)