Skip to content

Commit

Permalink
more syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Oct 9, 2023
1 parent 32d6d85 commit c88a70d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_openmc_tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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

0 comments on commit c88a70d

Please sign in to comment.