Skip to content

Commit

Permalink
try locate h5diff in Windows env (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislaurent committed Mar 30, 2021
1 parent 3af1f4a commit 04d8c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
Try { cat "${{ github.workspace }}\msi.log" } Catch { "log file not found" }
# should initiate new shell for the executable to be available
#Try { h5diff.exe --version } Catch { "h5diff not found" }
path
$env:path
dir "C:\Program Files\HDF_Group\HDF5\1.10.7\bin"
}
- name: Install HDF5 (macOS)
Expand Down

0 comments on commit 04d8c31

Please sign in to comment.