Skip to content

Commit 1e4873d

Browse files
author
Trygve Aspenes
committed
updated to conda-forge
1 parent 5151e89 commit 1e4873d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
which python;
5353
which pytest;
5454
- name: Run Tests
55-
run: pytest -v --cov=./ --cov-report=xml --timeout=60
55+
shell: bash -l {0}
56+
run: |
57+
pytest -v --cov=./ --cov-report=xml --timeout=60
5658
- name: Upload to Codecov
5759
uses: codecov/codecov-action@v2
5860
with:

0 commit comments

Comments
 (0)