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

Add CI run for OSX #1316

Open
drvinceknight opened this issue Apr 8, 2020 · 0 comments
Open

Add CI run for OSX #1316

drvinceknight opened this issue Apr 8, 2020 · 0 comments

Comments

@drvinceknight
Copy link
Member

Now that we've moved to GitHub actions it's relatively easy to include a specific test for OSX. This requires modifying https://github.com/Axelrod-Python/Axelrod/blob/master/.github/workflows/config.yml#L12 so that:

        os: [ubuntu-latest, windows-latest]

becomes

        os: [ubuntu-latest, macOS-latest, windows-latest]

I tried this briefly on one of the tests seemed to hang on OSX. I suspect it was a hypothesis test but this would need to be investigated.

@drvinceknight drvinceknight changed the title Add test for OSX Add CI run for OSX Apr 8, 2020
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

1 participant