Skip to content

Commit 1651073

Browse files
committed
💚 Fix missing extras spec in tests run for CI
1 parent 82f9f4d commit 1651073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_run_multiparser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install UV
2323
run: python -m pip install uv
2424
- name: Run Unit Tests
25-
run: uv run -p ${{ matrix.python-version }} pytest --cov=multiparser
25+
run: uv run --all-groups --all-extras -p ${{ matrix.python-version }} pytest --cov=multiparser

0 commit comments

Comments
 (0)