We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024d759 commit 72a8631Copy full SHA for 72a8631
1 file changed
.github/workflows/shared.yml
@@ -56,6 +56,7 @@ jobs:
56
run: uv sync ${{ matrix.dep-resolution.install-flags }} --all-extras --python ${{ matrix.python-version }}
57
58
- name: Run pytest with coverage
59
+ shell: bash
60
run: |
61
uv run --frozen --no-sync coverage run -m pytest
62
uv run --frozen --no-sync coverage combine
0 commit comments