Skip to content

Commit 4c849c2

Browse files
committed
ci(libvcs-ci): Install --extras packages
1 parent ef158c9 commit 4c849c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libvcs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: poetry run python -m pip install pip -U
6262

6363
- name: Install dependencies
64-
run: poetry install
64+
run: poetry install -E "docs test coverage lint format deploy"
6565

6666
- name: Lint with flake8
6767
run: poetry run flake8

0 commit comments

Comments
 (0)