We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdb50d commit bd03d31Copy full SHA for bd03d31
.github/workflows/docs.yml
@@ -78,10 +78,6 @@ jobs:
78
shell: bash
79
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
80
81
- - name: Upgrade pip
82
- shell: bash
83
- run: poetry run python -m pip install pip -U
84
-
85
- name: Install dependencies [w/ docs]
86
run: poetry install --extras "docs lint"
87
.github/workflows/tests.yml
@@ -56,10 +56,6 @@ jobs:
56
57
58
59
60
61
62
63
- name: Install dependencies
64
run: poetry install -E "docs test coverage lint format"
65
0 commit comments