Skip to content

Commit

Permalink
update unittest docker
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed May 8, 2024
1 parent 33e6074 commit 5ca5f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM dolfinx/dolfinx:v0.6.0
LABEL org.opencontainers.image.source https://github.com/equinor/warmth
WORKDIR /home/warmth

ENTRYPOINT pip install . pytest==7.4.2 pytest-cov==4.1.0 pytest-mpi==0.6 && mpirun -n 2 python3 -m pytest --with-mpi --cov-report=term-missing --cov=warmth tests | tee pytest-coverage.txt
ENTRYPOINT pip install . pytest==7.4.2 pytest-cov==4.1.0 pytest-mpi==0.6 && mpirun -n 2 python3 -m pytest --with-mpi tests

0 comments on commit 5ca5f7f

Please sign in to comment.