Skip to content

Commit e1ac325

Browse files
authored
Update config.yml
1 parent 1e34820 commit e1ac325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: 2.0
22

33
build_and_test: &build_and_test_steps
44
- checkout
5-
- pip --version || true
6-
- pip3 --version || true
7-
- python --version || true
8-
- python3 --version || true
5+
- run: pip --version || true
6+
- run: pip3 --version || true
7+
- run: python --version || true
8+
- run: python3 --version || true
99
- run: sudo python -m pip install --upgrade pip
1010
- run: sudo pip install pytest -r requirements.txt
1111
- run: pip install --user .

0 commit comments

Comments
 (0)