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 65258b6 commit 0e32fdeCopy full SHA for 0e32fde
.circleci/config.yml
@@ -32,8 +32,8 @@ jobs:
32
- checkout
33
# DO OUR STUFF
34
- run:
35
- name: Update pip
36
- command: python3.10 -m pip install --upgrade pip
+ name: Update pip
+ command: python3.10 -m pip install --upgrade pip
37
- python/install-packages:
38
pkg-manager: pip
39
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.
0 commit comments