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