Skip to content

Commit

Permalink
CI: Second try at converting ACE data and running an OpenMC simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 23, 2025
1 parent e289d58 commit d99ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: python3 -c 'import openmc'

- name: Prepare openmc data
run: python3 -c ./src_data/prepare_data.py
run: python3 ./src_data/prepare_data.py

- name: View generated cross_sections.xml
run: cat ./src_data/cross_sections.xml
Expand Down

0 comments on commit d99ebf7

Please sign in to comment.