Skip to content

Commit

Permalink
Modified .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wehs7661 committed Mar 25, 2024
1 parent 80c6d57 commit d57ba99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
machine:
# Note that ubuntu with versions later than 2022 triggers an interative prompt that gets CI stuck
image: ubuntu-2204:edge
image: ubuntu-2004:202107-02
environment:
PYTHON_VERSION: "3.8"
steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
pip3 install pytest-mpi
pip3 install pytest-cov
pytest -vv --disable-pytest-warnings --cov=ensemble_md --cov-report=xml --color=yes ensemble_md/tests/
mpirun -np 4 pytest -vv --disable-pytest-warnings --cov=ensemble_md --cov-report=xml --color=yes ensemble_md/tests/test_mpi.py --with-mpi
mpirun -np 4 pytest -vv --disable-pytest-warnings --cov=ensemble_md --cov-report=xml --color=yes ensemble_md/tests/test_mpi_func.py --with-mpi
- run:
name: CodeCov
Expand Down

0 comments on commit d57ba99

Please sign in to comment.