Skip to content

Commit d079960

Browse files
committed
fix: fix pytest CI on Windows
Signed-off-by: Artifizer <artifizer@gmail.com>
1 parent fd5206b commit d079960

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070

7171
# Unit tests (skip if no tests exist)
7272
- name: pytest
73+
shell: bash
7374
run: |
7475
if [ -n "$(find tests/ -name 'test_*.py' -o -name '*_test.py' 2>/dev/null)" ]; then
7576
pytest tests/ -v --no-header

0 commit comments

Comments
 (0)