Skip to content

Commit 0f70bf0

Browse files
committed
be explicit about shell
1 parent 3421fc0 commit 0f70bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
python=${{ matrix.python-version }}
3939
4040
- name: Install
41+
shell: bash -l {0}
4142
run: SKBUILD_CONFIGURE_OPTIONS="-DWITH_TESTS=ON" pip install -e .
4243

4344
- name: Test
45+
shell: bash -l {0}
4446
env:
4547
EXT: ${{ matrix.os == 'windows-latest' && '.exe' || '' }}
4648
run: |

0 commit comments

Comments
 (0)