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 f748464 commit fe7d47cCopy full SHA for fe7d47c
.circleci/config.yml
@@ -8,6 +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
13
pipenv install .
14
0 commit comments