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 fe7d47c commit cc28574Copy full SHA for cc28574
.circleci/config.yml
@@ -8,8 +8,7 @@ jobs:
8
- checkout # checkout source code to working directory
9
- run:
10
command: | # Install package
11
- sudo apt install python3-pip
12
- sudo pip install -U pipenv
+ sudo pip3 install -U pipenv
13
pipenv install .
14
15
command: | # Run tests
0 commit comments