From f12418421ecf65009ac1d914ead9047dcaa30332 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 15 Feb 2024 14:46:34 +0000 Subject: [PATCH] fixed indent --- .github/workflows/ci_with_install.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_with_install.yml b/.github/workflows/ci_with_install.yml index 4f9907d..ea0ecbb 100644 --- a/.github/workflows/ci_with_install.yml +++ b/.github/workflows/ci_with_install.yml @@ -34,13 +34,13 @@ 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 @@ -48,8 +48,9 @@ jobs: 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 + \ No newline at end of file