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 5151 - name : Install NumPy dependencies
5252 working-directory : ${{ github.workspace }}/numpy
5353 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
5656
5757 - name : Update x86-simd-sort
5858 working-directory : ${{ github.workspace }}/numpy
@@ -116,8 +116,8 @@ jobs:
116116 - name : Install NumPy dependencies
117117 working-directory : ${{ github.workspace }}/numpy
118118 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
121121
122122 - name : Update x86-simd-sort
123123 working-directory : ${{ github.workspace }}/numpy
You can’t perform that action at this time.
0 commit comments