File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
python-version : 3.7
35
35
- name : Install prerequisites
36
36
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
38
38
- name : Dismiss reviews
39
39
if : steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
40
40
shell : bash
Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ jobs:
786
786
- name : Use GitHub API to start workflow
787
787
shell : bash
788
788
run : |
789
- pip install -r scripts/gha/python_requirements .txt
789
+ pip install -r scripts/gha/requirements .txt
790
790
if [[ -z ${USE_EXPANDED_MATRIX} ]]; then
791
791
USE_EXPANDED_MATRIX=0
792
792
fi
You can’t perform that action at this time.
0 commit comments