We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954ada1 commit ac7ddaeCopy full SHA for ac7ddae
.circleci/config.yml
@@ -19,6 +19,7 @@ jobs:
19
- run:
20
name: Install dependencies
21
command: |
22
+ pip install --upgrade pip
23
pip install docker-compose
24
pip install requests
25
0 commit comments