diff --git a/.github/workflows/run_openmc_tests.yml b/.github/workflows/run_openmc_tests.yml index 07329bd..505ef9a 100644 --- a/.github/workflows/run_openmc_tests.yml +++ b/.github/workflows/run_openmc_tests.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: Run OpenMC-based tests on: workflow_dispatch: @@ -23,12 +23,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python ${{matrix.pyv}} uses: actions/setup-python@v3 with: python-version: ${{matrix.pyv}} - - name: Install dependencies run: | sudo apt-get update @@ -40,7 +38,6 @@ jobs: git clone --depth 1 https://github.com/openmsr/openmc_install_scripts cd openmc_install_scripts/Ubuntu_22.04 ./install-all.sh - - name: Run Tests run: | pytest openmc_tests