Skip to content

Commit

Permalink
fix test - 9 (existing histos)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 21, 2024
1 parent 36c5206 commit 1d74ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wipac-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ jobs:
)
for dpath in "${dataset_dpaths[@]}"; do
echo
echo "adding: $dpath"
histo="$dpath"/"$(basename $dpath).histo.hdf5"
mkdir -p $(dirname $histo)
set -x
Expand Down

0 comments on commit 1d74ce0

Please sign in to comment.