Skip to content

Commit cc28574

Browse files
author
sjoshistrats
authored
Update config.yml
1 parent fe7d47c commit cc28574

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
- checkout # checkout source code to working directory
99
- run:
1010
command: | # Install package
11-
sudo apt install python3-pip
12-
sudo pip install -U pipenv
11+
sudo pip3 install -U pipenv
1312
pipenv install .
1413
- run:
1514
command: | # Run tests

0 commit comments

Comments
 (0)