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 d0782b8 commit 681ec90Copy full SHA for 681ec90
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
run: poetry run python -m pip install pip -U
62
63
- name: Install dependencies
64
- run: poetry install -E "docs test coverage lint format deploy"
+ run: poetry install -E "docs test coverage lint format"
65
66
- name: Lint with flake8
67
run: poetry run flake8
0 commit comments