Skip to content

Commit

Permalink
Merge pull request #171 from paulromano/openmc-data-update
Browse files Browse the repository at this point in the history
Update data directory for OpenMC cross sections
  • Loading branch information
pshriwise authored Dec 8, 2022
2 parents c239e0d + 93774d2 commit f4056d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Environment Variables
run: |
echo "OPENMC_CROSS_SECTIONS=$HOME/endfb71_hdf5/cross_sections.xml" >> $GITHUB_ENV
echo "OPENMC_CROSS_SECTIONS=$HOME/endfb-vii.1-hdf5/cross_sections.xml" >> $GITHUB_ENV
- name: Apt dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion ci/download_xs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex

if [ ! -e $HOME/endfb71_hdf5/cross_sections.xml ]; then
if [ ! -e $HOME/endfb-vii.1-hdf5/cross_sections.xml ]; then
cd $HOME
wget https://anl.box.com/shared/static/9igk353zpy8fn9ttvtrqgzvw1vtejoz6.xz -O - | tar -xvJ
fi

0 comments on commit f4056d3

Please sign in to comment.