Skip to content

Commit 53ededb

Browse files
committed
ci(docs,tests): Remove pip upgrade step
1 parent de3c455 commit 53ededb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ jobs:
7777
shell: bash
7878
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
7979

80-
- name: Upgrade pip
81-
shell: bash
82-
run: poetry run python -m pip install pip -U
83-
8480
- name: Install dependencies [w/ docs]
8581
run: poetry install --extras "docs lint"
8682

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
shell: bash
5555
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
5656

57-
- name: Upgrade pip
58-
shell: bash
59-
run: poetry run python -m pip install pip -U
60-
6157
- name: Install dependencies
6258
run: poetry install -E "docs test coverage lint format"
6359

0 commit comments

Comments
 (0)