We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4227a55 commit 508f0c2Copy full SHA for 508f0c2
1 file changed
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install and run tests
20
run: |
21
curl -sSL https://install.python-poetry.org | python3 -
22
- poetry install
+ poetry install -E cli
23
poetry run pytest --cov=fast_json_pointer --cov-report lcov tests/ --doctest-modules src/
24
25
- name: Coveralls
0 commit comments