Skip to content

Commit 10d2e59

Browse files
committed
Remove pip update command from "Check Website" workflow
I'm actually not sure that this is an improvement, but it's this way in the template, so it's best to just sync it for now and hopefully take a closer look at some point in the future.
1 parent d35d30b commit 10d2e59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-mkdocs-task.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
python-version: "3.9"
4545

4646
- name: Install Poetry
47-
run: |
48-
python -m pip install --upgrade pip
49-
python -m pip install poetry
47+
run: pip install poetry
5048

5149
- name: Install Task
5250
uses: arduino/setup-task@v1

0 commit comments

Comments
 (0)