Improve poetry install speed by first upgrading pip
This commit is contained in:
parent
6c29771f4c
commit
2585a07fcf
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
|||||||
${{ runner.os }}-poetry-
|
${{ runner.os }}-poetry-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
poetry run pip install --upgrade pip
|
||||||
poetry install
|
poetry install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
@ -323,6 +323,7 @@ datetime.datetime(2019, 1, 1, 11, 59, 58, 800000, tzinfo=datetime.timezone.utc)
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Get set up with the virtual env & dependencies
|
# Get set up with the virtual env & dependencies
|
||||||
|
poetry run pip install --upgrade pip
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
# Activate the poetry environment
|
# Activate the poetry environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user