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
Hello @jtpio. Thank you for your report. I think the issue comes through the specifying the default shell. It prepends extra paths that is why it resolves system python firstly. Could you please get rid of bash -l for python/pip steps ?
Description:
A couple of days ago some CI checks that run on
macos-latest
with older versions of Python (3.7, 3.8, 3.9) started failing.Action version:
actions/setup-python@v4
Platform:
Runner type:
Tools version:
Repro steps:
Here is a public example: https://github.com/jupyter/notebook/runs/7973591481
There is also this issue with screenshots comparing
macos
tolinux
: jupyterlab/jupyterlab#12991Expected behavior:
pip
should correspond to the Python setup withactions/setup-python
(in the example above), when invoked withpython -m pip
orpython3 -m pip
.Actual behavior:
In https://github.com/jupyter/notebook/runs/7973591481 we notice a Python version mismatch:
Thanks for your help!
The text was updated successfully, but these errors were encountered: