We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5151e89 commit 1e4873dCopy full SHA for 1e4873d
.github/workflows/pytest.yml
@@ -52,7 +52,9 @@ jobs:
52
which python;
53
which pytest;
54
- name: Run Tests
55
- run: pytest -v --cov=./ --cov-report=xml --timeout=60
+ shell: bash -l {0}
56
+ run: |
57
+ pytest -v --cov=./ --cov-report=xml --timeout=60
58
- name: Upload to Codecov
59
uses: codecov/codecov-action@v2
60
with:
0 commit comments