Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Feb 15, 2024
1 parent d4765dc commit f124184
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci_with_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,23 @@ jobs:
- name: install packages for tests
run: |
pip install .[tests]
- name: Run test_utils
run: |
- name: Run test_utils
run: |
pytest tests
- name: Run examples
run: |
- name: Run examples
run: |
cd examples
python plot_phir_slice_point_source_combined_multiple_tallies.py
python plot_phir_slice_point_source.py
python plot_phir_slice_ring_source.py
python plot_rz_slice_point_source_combined_multiple_tallies.py
python plot_rz_slices_point_source.py
python plot_rz_slices_ring_source.py
- name: install packages with GUI
run: |
pip install .[gui]
openmc_cylindrical_mesh_plotter

0 comments on commit f124184

Please sign in to comment.