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.
1 parent 733658e commit 9ce37a0Copy full SHA for 9ce37a0
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m pip install --upgrade pip
35
python -m pip install --upgrade tox
36
- name: Run test
37
- run: python -m tox -- --cov=diffeqpy
+ run: python -m tox -- --cov=diffeqpy -s
38
env:
39
TOXENV: py
40
JULIA_DEBUG: Main
0 commit comments