Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash -el {0}
run: |
conda install -c conda-forge "openmc>=0.15.2" jupyter
python -m pip install pypact
python -m pip install git+https://github.com/fispact/pypact
python download_fns_fusion_decay.py
mkdir -p ~/nuclear_data
wget -q -O - https://anl.box.com/shared/static/uhbxlrx7hvxqw27psymfbhi7bx7s6u6a.xz | tar -C ~/nuclear_data -xJ
Expand Down
Loading
Loading