Skip to content

Commit

Permalink
Creating sitecustomize.py on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Dec 23, 2022
1 parent 729cb69 commit d0ebcb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Run pytest for CPU stuff
run: |
echo "print("Loading sitecustomize.py...")
import coverage
coverage.process_startup() " > sitecustomize.py
coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
mv data data_${{ matrix.python }}
coverage combine
Expand Down
2 changes: 0 additions & 2 deletions sitecustomize.py

This file was deleted.

0 comments on commit d0ebcb4

Please sign in to comment.