Skip to content

Commit 141117f

Browse files
committed
Correct action to fail correctly on windows
1 parent ad74966 commit 141117f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
# coverage report
5050
#----------------------------------------------
5151
- name: Generate coverage results
52+
# Set bash shell to fail correctly on Windows https://github.com/actions/runner-images/issues/6668
53+
shell: bash
5254
run: |
5355
poetry run coverage run -m pytest
5456
poetry run coverage xml

0 commit comments

Comments
 (0)