Skip to content

Commit 78de4c4

Browse files
authored
Merge pull request #12 from Artifizer/main
fix: fix pytest CI on Windows
2 parents 172bd8a + d079960 commit 78de4c4

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)