Skip to content

Commit 165783b

Browse files
authored
sudo python3 -m pip install --upgrade pip
1 parent 350fbb8 commit 165783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.0
22

33
build_and_test: &build_and_test_steps
44
- checkout
5-
- run: sudo pip install --upgrade pip
5+
- run: sudo python3 -m pip install --upgrade pip
66
- run: sudo pip install pytest -r requirements.txt
77
- run: pip install --user .
88
- run: python --version ; pip --version ; pwd ; ls -l

0 commit comments

Comments
 (0)