Skip to content
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

Enable testing in MacOS via Github Actions #130

Open
hdpoliveira opened this issue Jul 5, 2020 · 1 comment
Open

Enable testing in MacOS via Github Actions #130

hdpoliveira opened this issue Jul 5, 2020 · 1 comment

Comments

@hdpoliveira
Copy link
Collaborator

9fef761 implemented testing for Windows and Ubuntu via Github Actions.

However, for GitHub's MacOS image does not come with Mercurial installed, so we cannot run tests on it the same way.

This issue is for enabling testing in MacOS. One possible way is by installing Mercurial via pip.

Check Using Python with GitHub Actions

@incidentist
Copy link
Collaborator

I install stuff on Mac using homebrew, but pip is probably the way to go here because installation would be much faster and ensures hg will use the system python. Catalina ships with both 2.7 and 3, and the python command runs 2.7. You gotta run python3 and pip3 to run Python 3, and then we'd have to tell VSCode to use those python executables as well. Everything should work fine in 2.7 anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants