Add macos workflow compatibility#82
Conversation
f891bf0 to
c7d4e99
Compare
|
Apparently |
e85a791 to
2784ab1
Compare
jwaiton
left a comment
There was a problem hiding this comment.
Looks good! Just some small tweaks.
|
|
||
| PYTEST_ADDOPTS=--color=yes HYPOTHESIS_PROFILE=travis-ci python -m pytest -v | ||
| PYTEST_ADDOPTS=--color=yes HYPOTHESIS_PROFILE=travis-ci \ | ||
| conda run -n MULE-3.12-10-24 python -m pytest -v |
There was a problem hiding this comment.
hardcoding the conda environment here scares me, although Im unsure of a better alternative at the moment.
There was a problem hiding this comment.
This PR introduces testing for MacOS and a working conda installation for MacOS with MULE! Great work.
I have a feeling like it wont work perfectly, and we'll have machine dependent issues, but we'll see :)
All thats left is a rebase, and it will be ready to merge.
2784ab1 to
ec67432
Compare
This PR builds on #56 and implements the final changes needed to ensure that GitHub workflow test suites are able to catch non-functionality with MacOS systems before PRs are merged.