Skip to content

Commit

Permalink
TST: 3d ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Nov 13, 2023
1 parent d56a04e commit 9374277
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 @@ -25,11 +25,9 @@ jobs:
with:
image: dolfinx/dolfinx:v0.7.0
name: dolfinx
options: -v ${{ github.workspace }}:/
options: -v ${{ github.workspace }}:/warmth
args: |
pip install .
pip install pytest==7.4.2 pytest-cov==4.1.0
pytest --cov-report=term-missing --cov=warmth/3d tests/3d | tee pytest-coverage.txt
bash -c "cd /warmth" && pip install . pytest==7.4.2 pytest-cov==4.1.0 && pytest --cov-report=term-missing --cov=warmth/3d tests/3d | tee pytest-coverage.txt
- name: Comment coverage
Expand Down

0 comments on commit 9374277

Please sign in to comment.