File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 if [ -n '${{ inputs.mingw_requirements }}' ]; then
257257 python -m pip install --disable-pip-version-check --break-system-packages ${{ inputs.mingw_requirements }}
258258 else
259- python -m pip install --disable-pip-version-check --break-system-packages ${{ inputs .requirements }}
259+ python -m pip install --disable-pip-version-check --break-system-packages ${{ steps.requirements.outputs .requirements }}
260260 fi
261261
262262# TODO: Before scripts?
Original file line number Diff line number Diff line change 3636__email__ = "Paebbels@gmail.com"
3737__copyright__ = "2017-2026, Patrick Lehmann"
3838__license__ = "Apache License, Version 2.0"
39- __version__ = "7.4.3 "
39+ __version__ = "7.4.4 "
4040__keywords__ = ["GitHub Actions" ]
4141__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242
You can’t perform that action at this time.
0 commit comments