File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ updates:
1010 schedule :
1111 interval : " daily"
1212 reviewers :
13- - " ofirgo "
14- - " reuvenperetz "
13+ - " yt0705 "
14+ - " ueno-hiroshi002 "
Original file line number Diff line number Diff line change 1010 - name : Install Python 3
1111 uses : actions/setup-python@v5
1212 with :
13- python-version : 3.8
13+ python-version : 3.12
1414 - name : Install dependencies
1515 run : |
1616 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2323 run : |
2424 python -m pip install --upgrade pip
2525 pip install -r requirements.txt
26- pip install tensorflow==${{ inputs.tf-version }} sony-custom-layers
26+ pip install tensorflow==${{ inputs.tf-version }}
2727 pip install pytest pytest-mock
2828 pip check
2929 - name : Run pytest
Original file line number Diff line number Diff line change 1919 uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ inputs.python-version }}
22- - name : Modify numpy requirements for Torch 2.2
23- if : startsWith(inputs.torch-version, '2.2')
24- run : |
25- grep -v 'numpy' requirements.txt > temp_requirements.txt
26- echo "numpy<2" >> temp_requirements.txt
27- mv temp_requirements.txt requirements.txt
2822 - name : Install dependencies
2923 run : |
3024 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments