-
Notifications
You must be signed in to change notification settings - Fork 57
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
Added environment for Apple Silicon (ARM64) #254
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #254 +/- ##
===========================================
+ Coverage 67.20% 67.69% +0.48%
===========================================
Files 156 166 +10
Lines 25924 26709 +785
===========================================
+ Hits 17423 18081 +658
- Misses 8501 8628 +127
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Replaced environment file to use the new environment. Only change is the less strict make version requirement.
Old MacOS environment is to be replaced with the new environment
Environment not needed - replaced with environment_new.yml
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.
Thank you @ben-l-p - good first contribution! Looking forward to the nice things to come :)
Added environment for Apple Silicon (ARM64)