-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Brew attempts and fails to install python on macos-13
runners
#630
Comments
macos-13
runners
For additional information, here is a workflow https://github.com/khaeru/genno/actions/runs/9559286674 in which this action is used with both The jobs on Pending any fix, could a maintainer please let us know:
|
@khaeru Currently, the setup-graphviz action is tested on the following environments: ubuntu-latest, windows-latest, and macos-latest. Unfortunately, macos-13 is not supported at this time, which is likely causing the issues you are encountering. We recommend using the supported environments for optimal results. For further details on the tested environments and workflow configurations, please refer to our workflow.yaml. |
Only skip install on macos-13; allow on macos-latest.
Only skip install on macos-13; allow on macos-latest.
- Discard commented workflow contents for pandas 2.0.0 pre-release. - Reduce scope of exclusion for ts-graphviz/setup-graphviz#630 workaround. - Use env.UV_PYTHON from setup-uv instead of pythonLocation. - Drop workaround for pyam-iamc exclusion of Python 3.13. - Add --durations=20 to pytest invocation. - Drop use of CODECOV_TOKEN.
- Discard commented workflow contents for pandas 2.0.0 pre-release. - Reduce scope of exclusion for ts-graphviz/setup-graphviz#630 workaround. - Use env.UV_PYTHON from setup-uv instead of pythonLocation. - Drop workaround for pyam-iamc exclusion of Python 3.13. - Add --durations=20 to pytest invocation. - Drop use of CODECOV_TOKEN.
- Discard commented workflow contents for pandas 2.0.0 pre-release. - Reduce scope of exclusion for ts-graphviz/setup-graphviz#630 workaround. - Use Python location from setup-uv instead of $pythonLocation. - Drop workaround for pyam-iamc exclusion of Python 3.13. - Add --durations=20 to pytest invocation.
- Discard commented workflow contents for pandas 2.0.0 pre-release. - Reduce scope of exclusion for ts-graphviz/setup-graphviz#630 workaround. - Use Python location from setup-uv instead of $pythonLocation. - Drop workaround for pyam-iamc exclusion of Python 3.13. - Add --durations=20 to pytest invocation. - Drop workaround for codecov/codecov-action#1316.
- Discard commented workflow contents for pandas 2.0.0 pre-release. - Reduce scope of exclusion for ts-graphviz/setup-graphviz#630 workaround. - Use Python location from setup-uv instead of $pythonLocation. - Drop workaround for pyam-iamc exclusion of Python 3.13. - Add --durations=20 to pytest invocation. - Drop workaround for codecov/codecov-action#1316.
- Drop old content: - Commented GAMS_VERSION. - Workaround for pyam-iamc exclusion of Python 3.13. - Narrow workaround for ts-graphviz/setup-graphviz#630. - Adjust 'tutorials' jobs parallel to #909, #910. - Simplify installation of reticulate. - Drop use of "remotes"; call install.packages() directly.
- Drop old content: - Commented GAMS_VERSION. - Workaround for pyam-iamc exclusion of Python 3.13. - Narrow workaround for ts-graphviz/setup-graphviz#630. - Adjust 'tutorials' jobs parallel to #909, #910. - Simplify installation of reticulate. - Drop use of "remotes"; call install.packages() directly.
Describe the bug
I see the following when using the action in a workflow that
runs on: macos-13
.To Reproduce
I have not made an effort to reproduce this outside of the repo in which it is encountered, e.g. in a new/blank repo.
Expected behavior
Graphviz is installed.
Additional context
macos-skip-brew-update: true
input.r-lib/actions/setup-r
on macOS #375. There, the work-around was to put the setup-graphviz step before setup-R. Here, this does not work.macos-13
(x86_64 architecture), notmacos-latest
(arm64).The text was updated successfully, but these errors were encountered: