Skip to content

Commit 9ce37a0

Browse files
committed
Disable capturing in CI
1 parent 733658e commit 9ce37a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
python -m pip install --upgrade tox
3636
- name: Run test
37-
run: python -m tox -- --cov=diffeqpy
37+
run: python -m tox -- --cov=diffeqpy -s
3838
env:
3939
TOXENV: py
4040
JULIA_DEBUG: Main

0 commit comments

Comments
 (0)