File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 python-version : 3.7
3535 - name : Install prerequisites
3636 if : steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
37- run : pip install -r scripts/gha/python_requirements .txt
37+ run : pip install -r scripts/gha/requirements .txt
3838 - name : Dismiss reviews
3939 if : steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
4040 shell : bash
Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ jobs:
786786 - name : Use GitHub API to start workflow
787787 shell : bash
788788 run : |
789- pip install -r scripts/gha/python_requirements .txt
789+ pip install -r scripts/gha/requirements .txt
790790 if [[ -z ${USE_EXPANDED_MATRIX} ]]; then
791791 USE_EXPANDED_MATRIX=0
792792 fi
You can’t perform that action at this time.
0 commit comments