Skip to content

Commit 06d353d

Browse files
committed
working on import issues during sphinx built.........
1 parent 3b1b9ae commit 06d353d

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,15 @@ jobs:
3939
run: |
4040
conda install --yes -c conda-forge --file requirements.txt
4141
42-
# - name: Lint with flake8
43-
# run: |
44-
# conda install --yes -c conda-forge flake8 flake8-comprehensions flake8-bugbear
45-
# flake8 pySDC
46-
47-
# - name: Run pytest
48-
# run: |
49-
# conda install --yes -c conda-forge pytest-cov
50-
# pytest --cov=pySDC --cov-config=.coveragerc --cov-report=html --cov-report=term --durations=0 pySDC/tests
42+
- name: Lint with flake8
43+
run: |
44+
conda install --yes -c conda-forge flake8 flake8-comprehensions flake8-bugbear
45+
flake8 pySDC
5146
52-
# - name: Build
53-
# uses: ammaraskar/sphinx-action@master
54-
# with:
55-
# docs-folder: "docs/"
47+
- name: Run pytest
48+
run: |
49+
conda install --yes -c conda-forge pytest-cov
50+
pytest --cov=pySDC --cov-config=.coveragerc --cov-report=html --cov-report=term --durations=0 pySDC/tests
5651
5752
- name: Build documentation
5853
run: |

0 commit comments

Comments
 (0)