fix(ci): use bash shell for pytest step to ensure consistent error handling (#1868)

This commit is contained in:
Max Isbey
2026-01-15 16:32:22 +00:00
committed by GitHub
parent 024d7597fd
commit 72a8631f0a
+1
View File
@@ -56,6 +56,7 @@ jobs:
run: uv sync ${{ matrix.dep-resolution.install-flags }} --all-extras --python ${{ matrix.python-version }}
- name: Run pytest with coverage
shell: bash
run: |
uv run --frozen --no-sync coverage run -m pytest
uv run --frozen --no-sync coverage combine