Skip to content

Commit 61dddc3

Browse files
authored
Update sphinx.yml
1 parent 827655f commit 61dddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Run pytest
4949
run: |
50-
conda install --yes -c conda-forge install pytest-cov
50+
conda install --yes -c conda-forge pytest-cov
5151
pytest --cov=pySDC --cov-config=.coveragerc --cov-report=html --cov-report=term --durations=0 pySDC/tests
5252
5353
- name: Build

0 commit comments

Comments
 (0)