We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172bd8a + d079960 commit 78de4c4Copy full SHA for 78de4c4
1 file changed
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
71
# Unit tests (skip if no tests exist)
72
- name: pytest
73
+ shell: bash
74
run: |
75
if [ -n "$(find tests/ -name 'test_*.py' -o -name '*_test.py' 2>/dev/null)" ]; then
76
pytest tests/ -v --no-header
0 commit comments