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