-
Notifications
You must be signed in to change notification settings - Fork 23
mac arm build and CI addition #259
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f8b5e7b
resolving arch flag issues for mac
mayantaylor 5e0b5b2
adding mac build to test suite
mayantaylor b8f8e1e
Merge branch 'maya/mac-ci' into maya/mac-build
mayantaylor d98b8f7
adding macos-12 to actions
mayantaylor 5586bcc
x86 test name
mayantaylor c8c9971
cleanup and python venv setup
mayantaylor 99cad8f
venv update
mayantaylor 3001ee8
build matrix
mayantaylor d963a07
adding venv source to test block
mayantaylor ef1b2fa
lower numpy version for testing
ritvikrao e250688
setup-python action
ritvikrao ae84eb2
pip3 additions
ritvikrao 859a5bc
numpy version for x86 build
ritvikrao fdf49e4
typo
ritvikrao ee1a55a
python 3.11 for x86
ritvikrao 682f4ce
numpy version reduction
ritvikrao 49da52b
disable fork safety for test on x86
ritvikrao cfd1cab
set python_requires
matthiasdiener 10afc1f
update URLs
matthiasdiener e20a469
restructure as matrix
matthiasdiener b0f49da
install cython
matthiasdiener de4db71
disable configs that can not work, install filelock package for ray test
matthiasdiener a9e994b
macos-13 build fixes
matthiasdiener File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
is this x86_64 by any chance?
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.
Also, if the code for the CI steps is identical, this could probably be a build matrix.