Skip to content

Commit

Permalink
install pytest only
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 14, 2024
1 parent 97e1571 commit a75033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mamba create -y --name openmc python=3.10
mamba activate openmc
mamba install -y -c conda-forge moab>=5.3.0 "openmc=0.14.0=dagmc*nompi*"
python -m pip install .[tests]
python -m pip install pytest
pytest -v tests/test_package.py
pytest -v tests/test_h5m_in_simulation.py
pytest -v tests/test_h5m_in_transport.py
Expand Down

0 comments on commit a75033e

Please sign in to comment.