We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f5c9f commit 1eed538Copy full SHA for 1eed538
.github/workflows/ApplicationTesting.yml
@@ -248,7 +248,7 @@ jobs:
248
if: matrix.system != 'msys2'
249
run: |
250
python -m pip install --disable-pip-version-check -U wheel
251
- python -m pip install --disable-pip-version-check ${{ inputs.requirements }}
+ python -m pip install --disable-pip-version-check ${{ steps.requirements.outputs.requirements }}
252
253
- name: 🔧 Install pip dependencies (MSYS2)
254
if: matrix.system == 'msys2'
0 commit comments