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 350d528 + 1c6a41b commit d6f27ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-test-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +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
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened' }}
Expand Down

0 comments on commit d6f27ec

Please sign in to comment.