We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350fbb8 commit 165783bCopy full SHA for 165783b
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.0
2
3
build_and_test: &build_and_test_steps
4
- checkout
5
- - run: sudo pip install --upgrade pip
+ - run: sudo python3 -m pip install --upgrade pip
6
- run: sudo pip install pytest -r requirements.txt
7
- run: pip install --user .
8
- run: python --version ; pip --version ; pwd ; ls -l
0 commit comments