Skip to content

Commit 2585a07

Browse files
Improve poetry install speed by first upgrading pip
1 parent 6c29771 commit 2585a07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
${{ runner.os }}-poetry-
5050
- name: Install dependencies
5151
run: |
52+
poetry run pip install --upgrade pip
5253
poetry install
5354
- name: Run tests
5455
run: |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ datetime.datetime(2019, 1, 1, 11, 59, 58, 800000, tzinfo=datetime.timezone.utc)
323323

324324
```sh
325325
# Get set up with the virtual env & dependencies
326+
poetry run pip install --upgrade pip
326327
poetry install
327328

328329
# Activate the poetry environment

0 commit comments

Comments
 (0)