Skip to content

Commit bd03d31

Browse files
committed
ci(docs,tests): Remove uninstalled pip
1 parent 0cdb50d commit bd03d31

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/docs.yml

-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ jobs:
7878
shell: bash
7979
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
8080

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

.github/workflows/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
shell: bash
5757
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
5858

59-
- name: Upgrade pip
60-
shell: bash
61-
run: poetry run python -m pip install pip -U
62-
6359
- name: Install dependencies
6460
run: poetry install -E "docs test coverage lint format"
6561

0 commit comments

Comments
 (0)