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