Skip to content

Commit 4816b4b

Browse files
gh workflow: enforce bash for globs
1 parent ff5120e commit 4816b4b

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
@@ -114,10 +114,12 @@ jobs:
114114
115115
- name: Test without coverage
116116
if: "! matrix.use_coverage"
117+
shell: bash
117118
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
118119

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

123125
- name: Upload coverage

0 commit comments

Comments
 (0)