Skip to content

Commit a9920f0

Browse files
committed
CI: Use "bash" when running on Windows
1 parent 18b332f commit a9920f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ jobs:
3636
echo "/usr/local/opt/gnu-getopt/bin" >> $GITHUB_PATH
3737
3838
- name: Install dependencies
39+
shell: bash
3940
run: |
4041
./devtools/setup_ci.sh --cratedb-version=${{ matrix.cratedb-version }} --sqlalchemy-version=${{ matrix.sqla-version }}
4142
4243
- name: Invoke tests
44+
shell: bash
4345
run: |
4446
bin/flake8
4547
bin/coverage run bin/test -vv1

0 commit comments

Comments
 (0)