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 827655f commit 61dddc3Copy full SHA for 61dddc3
.github/workflows/sphinx.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Run pytest
49
run: |
50
- conda install --yes -c conda-forge install pytest-cov
+ conda install --yes -c conda-forge pytest-cov
51
pytest --cov=pySDC --cov-config=.coveragerc --cov-report=html --cov-report=term --durations=0 pySDC/tests
52
53
- name: Build
0 commit comments