You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I can't run the test suite for my project in CI using the macos-14 beta runners.
actions/setup-python@v5 does not seem to provide or expose pipx for macos-14 like it does for macos-13.
Action version:
actions/setup-python@v5
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Tools version:
Python versions from 3.10 to 3.12
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
Working on macos-13:
> Run pipx install hatch
creating virtual environment...
creating shared libraries...
upgrading shared libraries...
installing hatch...
done! ✨ 🌟 ✨
installed package hatch 1.9.3, installed using Python 3.12.1
These apps are now globally available
- hatch
Actual behavior:
Failing on macos-14:
> Run pipx install hatch
/Users/runner/work/_temp/3cc431c7-bf69-4c05-874f-ddac7c522372.sh: line 1: pipx: command not found
Error: Process completed with exit code 127.
The text was updated successfully, but these errors were encountered:
Description:
I can't run the test suite for my project in CI using the
macos-14
beta runners.actions/setup-python@v5
does not seem to provide or exposepipx
formacos-14
like it does formacos-13
.Action version:
actions/setup-python@v5
Platform:
Runner type:
Tools version:
Python versions from 3.10 to 3.12
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
Working on
macos-13
:Actual behavior:
Failing on
macos-14
:The text was updated successfully, but these errors were encountered: