-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo bug with vreinterpretq + CI improvements (#21)
* fix: Correct typo in use of ARM reinterpret u32 -> f32 The type order is swapped; we got it right most places but missed it here. Not sure why CI didn't catch this error? * chore: Add Ubuntu 24 to CI * chore: Simplify matrix for build CI * chore: Update nanobind pin * chore: Hopefully fix CI with latest Python by using a proper env * fix: Specify modern Python and remove unnecessary pip install Eventually, we're going to want to add Python tests, so we might as well set up for it. Also, nanobind only requires `typing_extensions` on Python <3.11, so we can remove that install (which errors on Ubuntu 24 with Python 3.12). * I love devops so much actions/setup-python#436 (comment)
- Loading branch information
1 parent
df6120a
commit 60fe7bb
Showing
3 changed files
with
13 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters