Skip to content

Commit 8d87601

Browse files
committed
ci(publish-docs,tests): Remove unused pip upgrade step
1 parent 9912e8b commit 8d87601

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/publish-docs.yml

-5
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ jobs:
8282
shell: bash
8383
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
8484

85-
- name: Upgrade pip
86-
shell: bash
87-
if: env.PUBLISH == 'true'
88-
run: poetry run python -m pip install pip -U
89-
9085
- name: Install dependencies [w/ docs]
9186
if: env.PUBLISH == 'true'
9287
run: poetry install --extras "docs lint"

.github/workflows/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ jobs:
8787
cd ~
8888
tmux -V
8989
90-
- name: Upgrade pip
91-
shell: bash
92-
run: poetry run python -m pip install pip -U
93-
9490
- name: Install python dependencies
9591
run: |
9692
poetry install -E "test coverage lint"

0 commit comments

Comments
 (0)