Skip to content

Commit 1086d08

Browse files
authored
Update config.yml
1 parent e1ac325 commit 1086d08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

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

33
build_and_test: &build_and_test_steps
44
- checkout
5+
- run: pip install pipx || true
6+
- run: pip install --user pipx || true
7+
- run: sudo pip install pipx || true
58
- run: pip --version || true
69
- run: pip3 --version || true
710
- run: python --version || true
811
- run: python3 --version || true
9-
- run: sudo python -m pip install --upgrade pip
12+
- run: sudo pip install --upgrade pip || true
1013
- run: sudo pip install pytest -r requirements.txt
1114
- run: pip install --user .
1215
- run: python --version ; pip --version ; pwd ; ls -l

0 commit comments

Comments
 (0)