Skip to content

Commit 21050f1

Browse files
author
cproof
committed
FIX: doc build
1 parent 1d2af79 commit 21050f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
executor: python/default
99
steps:
1010
- checkout
11+
- run:
12+
name: Upgrade pip and setuptools
13+
command: python -m ensurepip --upgrade || true && python -m pip install --upgrade pip setuptools
1114
- run:
1215
name: Install Python dependencies
1316
command: |

0 commit comments

Comments
 (0)