Skip to content

Commit

Permalink
Merge pull request #3 from equinor/pipelines
Browse files Browse the repository at this point in the history
TST> 3D test ci
  • Loading branch information
adamchengtkc authored Nov 13, 2023
2 parents d330d46 + d56a04e commit 25076a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-test-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
with:
image: dolfinx/dolfinx:v0.7.0
name: dolfinx
options: -v ${{ github.workspace }}:/warmth
options: -v ${{ github.workspace }}:/
args: |
cd /warmth
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
Expand Down

0 comments on commit 25076a9

Please sign in to comment.