Skip to content

Commit c58114a

Browse files
authored
Use bash in windows CI to allow failfast (#2178)
1 parent 2cc771e commit c58114a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232

3333
- name: Test Installation
34+
shell: bash
3435
run: |
3536
pip install -r dev-requirements/build.txt
3637
@@ -41,8 +42,10 @@ jobs:
4142
pip uninstall -y hikari
4243
4344
- name: Run tests
45+
shell: bash
4446
run: |
4547
pip install -r dev-requirements.txt
48+
4649
nox -s pytest
4750
nox -s pytest-all-features -- --cov-append
4851

0 commit comments

Comments
 (0)