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 165783b commit 1e34820Copy full SHA for 1e34820
.circleci/config.yml
@@ -2,7 +2,11 @@ version: 2.0
2
3
build_and_test: &build_and_test_steps
4
- checkout
5
- - run: sudo python3 -m pip install --upgrade pip
+ - pip --version || true
6
+ - pip3 --version || true
7
+ - python --version || true
8
+ - python3 --version || true
9
+ - run: sudo python -m pip install --upgrade pip
10
- run: sudo pip install pytest -r requirements.txt
11
- run: pip install --user .
12
- run: python --version ; pip --version ; pwd ; ls -l
0 commit comments