Skip to content

Commit 0723def

Browse files
gh workflow: enforce bash for globs
1 parent 392b32f commit 0723def

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
@@ -121,10 +121,12 @@ jobs:
121121
122122
- name: Test without coverage
123123
if: "! matrix.use_coverage"
124+
shell: bash
124125
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
125126

126127
- name: Test with coverage
127128
if: "matrix.use_coverage"
129+
shell: bash
128130
run: "tox run -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"
129131

130132
- name: Upload coverage

0 commit comments

Comments
 (0)