Skip to content

Commit 1e34820

Browse files
authored
Update config.yml
1 parent 165783b commit 1e34820

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

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

33
build_and_test: &build_and_test_steps
44
- checkout
5-
- run: sudo python3 -m pip install --upgrade pip
5+
- pip --version || true
6+
- pip3 --version || true
7+
- python --version || true
8+
- python3 --version || true
9+
- run: sudo python -m pip install --upgrade pip
610
- run: sudo pip install pytest -r requirements.txt
711
- run: pip install --user .
812
- run: python --version ; pip --version ; pwd ; ls -l

0 commit comments

Comments
 (0)