We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9912e8b commit 8d87601Copy full SHA for 8d87601
.github/workflows/publish-docs.yml
@@ -82,11 +82,6 @@ jobs:
82
shell: bash
83
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
84
85
- - name: Upgrade pip
86
- shell: bash
87
- if: env.PUBLISH == 'true'
88
- run: poetry run python -m pip install pip -U
89
-
90
- name: Install dependencies [w/ docs]
91
if: env.PUBLISH == 'true'
92
run: poetry install --extras "docs lint"
.github/workflows/tests.yml
@@ -87,10 +87,6 @@ jobs:
cd ~
tmux -V
93
94
- name: Install python dependencies
95
run: |
96
poetry install -E "test coverage lint"
0 commit comments