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

Fix macos test (naive) #1626

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Fix macos test (naive) #1626

merged 2 commits into from
Sep 15, 2022

Conversation

Gamenot
Copy link
Collaborator

@Gamenot Gamenot commented Sep 13, 2022

Comment on lines +21 to +23
uses: actions/setup-python@v4
with:
python-version: "3.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a very useful GitHub action.

Copy link
Collaborator Author

@Gamenot Gamenot Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. What resources are available for cached setup can be checked by looking at the tools available for each image such as here:

https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#python

@Gamenot Gamenot merged commit 4eb40c7 into develop Sep 15, 2022
@Gamenot Gamenot deleted the tucker/fix-macos-test branch September 15, 2022 17:15
Gamenot added a commit that referenced this pull request Sep 16, 2022
* Fix `macos` test (naive)

According to https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#language-and-runtime the version of python on the macos-11 runner is python3.10. Actions allows for setup of python in a different way as indicated here: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

* Remove other option
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

Successfully merging this pull request may close these issues.

2 participants