Closed d33bs closed 6 months ago
Merged because we're already seeing failed jobs due to this error. Thanks for finding this @d33bs
@d33bs Just a note that I had to clear the github actions cache to get the mac-os - python3.11
job to pass. gh cache delete --all -R cytomining/pycytominer
is a pretty useful command for troubleshooting actions stuff that might be cache related.
Thanks @kenibrewer for the review, merge, and tip on the cache!
Description
This PR addresses #406 by pinning the MacOS GitHub Actions runner to
macos-13
. Without this change, we will see issues from Python 3.8 and 3.9 installations through themacos-latest
(version 14) runner images.Closes #406
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.