Skip to content

Commit 29a8848

Browse files
authored
CICD Maintenance (#1512)
1 parent abd8f71 commit 29a8848

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
reviewers:
13-
- "ofirgo"
14-
- "reuvenperetz"
13+
- "yt0705"
14+
- "ueno-hiroshi002"

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/run_keras_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/run_pytorch_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
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

0 commit comments

Comments
 (0)