Description:
Run
Workflow
In the above job the Restore Python Virtual Environment step uses the following key:
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
needs.prepare-tests-pypy.outputs.python-key }}
See L479 of the linked workflow file.
However, if you look at the key shown on L15 of that step you see that the python-version is missing.
This step does work for the cpython jobs on both Linux and Windows, but not for PyPy.
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 have python-version in its outputs when PyPy is installed.
Actual behavior:
python-version seems to be missing.
Description:
Run
Workflow
In the above job the
Restore Python Virtual Environmentstep uses the following key:See L479 of the linked workflow file.
However, if you look at the
keyshown on L15 of that step you see that thepython-versionis missing.This step does work for the
cpythonjobs 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.7and possibly more.Repro steps:
See the run and workflow linked above.
Expected behavior:
The
setup-pythonaction to havepython-versionin its outputs whenPyPyis installed.Actual behavior:
python-versionseems to be missing.