Skip to content

Commit 184ed03

Browse files
authored
docs: ensure pip is up to date before installing dependencies (#404)
1 parent f6f7d3e commit 184ed03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build:
66
python: latest
77
jobs:
88
install:
9+
- pip install --upgrade pip
910
- pip install .
1011
- pip install --group dev
1112

0 commit comments

Comments
 (0)