Fix application testing (introduced for UnitTesting in v7.0.0).

This commit is contained in:
Patrick Lehmann
2026-02-24 00:08:47 +01:00
parent d63a910e7d
commit 796bfa716e
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?