-
Notifications
You must be signed in to change notification settings - Fork 190
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
Add tests for windows and mac #2937
Add tests for windows and mac #2937
Conversation
This is ready to go, let's discuss on the meeting tomorrow how to handle this. |
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.
Two typo fixes.
src/spikeinterface/extractors/tests/test_datalad_downloading.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Zach McKenzie <[email protected]>
Co-authored-by: Zach McKenzie <[email protected]>
@h-mayorquin this is ready to merge? Or do I remember correctly that you needed to push another couple of changes? |
Let me actually fix the caches first in another PR. |
Ok @alejoe91 the caches are working: This is ready to go. I will add now in another PR the logic for only running tests in modules that change or if core changes. |
Should we squash and merge? |
Yes, please. I will make them a bit faster with #3084 and once we feel comfortably after a while we can remove the current ubuntu specific workflow I hope. |
Thanks a lot for this monstruous effort. |
* extend tests for windows and mac --------- Co-authored-by: Zach McKenzie <[email protected]> Co-authored-by: Chris Halcrow <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* extend tests for windows and mac --------- Co-authored-by: Zach McKenzie <[email protected]> Co-authored-by: Chris Halcrow <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Full testing suit, right now is set as a push for debugging. Will be a cron job per week once we are sure it works.