File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
- name : Install NumPy dependencies
52
52
working-directory : ${{ github.workspace }}/numpy
53
53
run : |
54
- pip install -r build_requirements.txt
55
- pip install -r test_requirements.txt
54
+ pip install -r requirements/ build_requirements.txt
55
+ pip install -r requirements/ test_requirements.txt
56
56
57
57
- name : Update x86-simd-sort
58
58
working-directory : ${{ github.workspace }}/numpy
@@ -116,8 +116,8 @@ jobs:
116
116
- name : Install NumPy dependencies
117
117
working-directory : ${{ github.workspace }}/numpy
118
118
run : |
119
- pip install -r build_requirements.txt
120
- pip install -r test_requirements.txt
119
+ pip install -r requirements/ build_requirements.txt
120
+ pip install -r requirements/ test_requirements.txt
121
121
122
122
- name : Update x86-simd-sort
123
123
working-directory : ${{ github.workspace }}/numpy
You can’t perform that action at this time.
0 commit comments