python-version
seems to be missing from outputs when installing PyPy
#345
Labels
bug
Something isn't working
Description:
Run
Workflow
In the above job the
Restore Python Virtual Environment
step uses the following key:See L479 of the linked workflow file.
However, if you look at the
key
shown on L15 of that step you see that thepython-version
is missing.This step does work for the
cpython
jobs on both Linux and Windows, but not forPyPy
.Is this a known issue?
Edit: I checked and this behaviour did not occur a couple of weeks ago. Might this be related to #342?
Action version:
3.0.0
Platform:
Runner type:
Tools version:
pypy-3.6
,pypy-3.7
and possibly more.Repro steps:
See the run and workflow linked above.
Expected behavior:
The
setup-python
action to havepython-version
in its outputs whenPyPy
is installed.Actual behavior:
python-version
seems to be missing.The text was updated successfully, but these errors were encountered: