-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows CI testing and spelling fixes #150
Conversation
brtnfld
commented
Jan 8, 2025
- Reworked the strndup function used for Windows testing.
- Reran the action multiple times, and it has never failed the Windows tests, thus far.
- Added a spell checker and fix some spelling errors
- Updated the Windows HDF5 CI version to 1.14.5
name: codespell | ||
on: [push, pull_request] | ||
jobs: | ||
codespell: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 💪
@@ -107,10 +107,9 @@ jobs: | |||
- name: download HDF5 for Windows | |||
run: | | |||
wget --quiet \ | |||
https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_1/downloads/hdf5-1.14.1-2-Std-win10_64-vs17-clang.zip | |||
unzip hdf5-1.14.1-2-Std-win10_64-vs17-clang.zip | |||
https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/hdf5-1.14.5-win-vs2022_cl.msi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating to current. I had to go find a 1.14 release that was compatible enough with existing logic here that I didn't have to change much because I don't follow the Windows command line logic too well.
@brtnfld should we remove the retry logic from the workflow? |
Good point, done. |