We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2af79 commit 21050f1Copy full SHA for 21050f1
1 file changed
.circleci/config.yml
@@ -8,6 +8,9 @@ jobs:
8
executor: python/default
9
steps:
10
- checkout
11
+ - run:
12
+ name: Upgrade pip and setuptools
13
+ command: python -m ensurepip --upgrade || true && python -m pip install --upgrade pip setuptools
14
- run:
15
name: Install Python dependencies
16
command: |
0 commit comments