Skip to content

Commit 72a8631

Browse files
authored
fix(ci): use bash shell for pytest step to ensure consistent error handling (#1868)
1 parent 024d759 commit 72a8631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: uv sync ${{ matrix.dep-resolution.install-flags }} --all-extras --python ${{ matrix.python-version }}
5757

5858
- name: Run pytest with coverage
59+
shell: bash
5960
run: |
6061
uv run --frozen --no-sync coverage run -m pytest
6162
uv run --frozen --no-sync coverage combine

0 commit comments

Comments
 (0)