Skip to content

Commit

Permalink
Merge branch 'main' into subsheat3D/test_from_grids
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc authored Nov 20, 2023
2 parents 7c8a6f9 + 714432f commit 6ddda70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-test-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
with:
image: dolfinx/dolfinx:v0.6.0
name: dolfinx
options: -v ${{ github.workspace }}:/warmth
options: -v ${{ github.workspace }}:/home/warmth
args: |
cd /warmth && \
pip install pytest==7.4.2 pytest-cov==4.1.0 . && \
pytest --cov-report=term-missing --cov=warmth tests/ | tee pytest-coverage.txt
bash -c "cd /home/warmth" && pip install . pytest==7.4.2 pytest-cov==4.1.0 && pytest --cov-report=term-missing --cov=warmth tests | tee pytest-coverage.txt
- name: Comment coverage
Expand Down

0 comments on commit 6ddda70

Please sign in to comment.