-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixing CI on stable branch #88
Conversation
7dd561f
to
b8f61a9
Compare
Fixed in b8f61a9, but:
|
Drop current solution; just skip test for now, and reenable on main, while working toward 0.3.0 |
For now, keep as is, and don't test on mac ARM. |
…t package on both macOS x86_64 and arm64 in CI
1e9dbcc
to
5f4c967
Compare
Pinged Abjad about this. Removing 3.12 and 3.13 CI configs for this PR, and adding them in a separate one! |
7ce9a7b
to
f6f5f56
Compare
…ating point value of the pvalue was slightly different on Apple Silicon)
f6f5f56
to
e82e6fb
Compare
Several issues are currently breaking CI builds:
np.float64(496.3505526721194)
instead of496.3505526721194
)lilypond
binary Python package for Apple Silicon (ARM)Misc changes:
setuptools_scm
couldn't get the version number right, which confused me while tracking down other issues. Fixed in 7498a9f.