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 ef158c9 commit 4c849c2Copy full SHA for 4c849c2
.github/workflows/libvcs-ci.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
+ run: poetry install -E "docs test coverage lint format deploy"
65
66
- name: Lint with flake8
67
run: poetry run flake8
0 commit comments