We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f9f4d commit 1651073Copy full SHA for 1651073
1 file changed
.github/workflows/test_run_multiparser.yaml
@@ -22,4 +22,4 @@ jobs:
22
- name: Install UV
23
run: python -m pip install uv
24
- name: Run Unit Tests
25
- run: uv run -p ${{ matrix.python-version }} pytest --cov=multiparser
+ run: uv run --all-groups --all-extras -p ${{ matrix.python-version }} pytest --cov=multiparser
0 commit comments