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 87e86d5 commit 11be0d9Copy full SHA for 11be0d9
.circleci/config.yml
@@ -26,6 +26,7 @@ jobs:
26
command: |
27
python3 -m venv venv
28
. venv/bin/activate
29
+ pip install --upgrade pip
30
pip install -r requirements_stub.txt
31
32
- save_cache:
0 commit comments