Skip to content

Commit 508f0c2

Browse files
committed
Install extras so that doctest can touch all modules
1 parent 4227a55 commit 508f0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install and run tests
2020
run: |
2121
curl -sSL https://install.python-poetry.org | python3 -
22-
poetry install
22+
poetry install -E cli
2323
poetry run pytest --cov=fast_json_pointer --cov-report lcov tests/ --doctest-modules src/
2424
2525
- name: Coveralls

0 commit comments

Comments
 (0)