Updating r7 from v7.4.4

This commit is contained in:
Patrick Lehmann
2026-02-24 00:45:33 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ jobs:
if [ -n '${{ inputs.mingw_requirements }}' ]; then
python -m pip install --disable-pip-version-check --break-system-packages ${{ inputs.mingw_requirements }}
else
python -m pip install --disable-pip-version-check --break-system-packages ${{ inputs.requirements }}
python -m pip install --disable-pip-version-check --break-system-packages ${{ steps.requirements.outputs.requirements }}
fi
# TODO: Before scripts?