Skip to content

Commit af435fe

Browse files
committedDec 21, 2024
gh workflow: enforce bash for globs
1 parent 9071be6 commit af435fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@ jobs:
115115
116116
- name: Test without coverage
117117
if: "! matrix.use_coverage"
118+
shell: bash
118119
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
119120

120121
- name: Test with coverage
121122
if: "matrix.use_coverage"
123+
shell: bash
122124
run: "tox run -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"
123125

124126
- name: Upload coverage

0 commit comments

Comments
 (0)