Skip to content

Commit 1eed538

Browse files
committed
Fixed variable use in ApplicationTesting.
1 parent c0f5c9f commit 1eed538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ApplicationTesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
if: matrix.system != 'msys2'
249249
run: |
250250
python -m pip install --disable-pip-version-check -U wheel
251-
python -m pip install --disable-pip-version-check ${{ inputs.requirements }}
251+
python -m pip install --disable-pip-version-check ${{ steps.requirements.outputs.requirements }}
252252
253253
- name: 🔧 Install pip dependencies (MSYS2)
254254
if: matrix.system == 'msys2'

0 commit comments

Comments
 (0)