Skip to content

Commit f2bb349

Browse files
committed
ci(publish-docs,tests): Remove unused pip install step
1 parent 00cd604 commit f2bb349

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
@@ -85,11 +85,6 @@ jobs:
8585
shell: bash
8686
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
8787

88-
- name: Upgrade pip
89-
shell: bash
90-
if: env.PUBLISH == 'true'
91-
run: poetry run python -m pip install pip -U
92-
9388
- name: Install dependencies [w/ docs]
9489
if: env.PUBLISH == 'true'
9590
run: poetry install --extras "docs lint"

.github/workflows/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ jobs:
8181
cd ~
8282
tmux -V
8383
84-
- name: Upgrade pip
85-
shell: bash
86-
run: poetry run python -m pip install pip -U
87-
8884
- name: Install python dependencies
8985
run: |
9086
poetry install -E "test coverage lint"

0 commit comments

Comments
 (0)