Skip to content

Commit db38dd4

Browse files
authored
Merge branch 'main' into dependabot/pip/pillow-11.0.0
2 parents c51ec58 + 96bedf5 commit db38dd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3957
-80
lines changed

.github/workflows/ci-deepspeech-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Test Action
3333
uses: ./.github/actions/deepspeech-v3
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
fail_ci_if_error: true

.github/workflows/ci-espresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Test Action
3333
uses: ./.github/actions/espresso
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
fail_ci_if_error: true

.github/workflows/ci-goturn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Test Action
3333
uses: ./.github/actions/goturn
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@v4
3636
env:
3737
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3838
with:

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Run Tests
6161
run: ./run_tests.sh ${{ matrix.framework }}
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v5
63+
uses: codecov/codecov-action@v4
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
fail_ci_if_error: true

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run Tests
6969
run: ./run_tests.sh ${{ matrix.framework }}
7070
- name: Upload coverage to Codecov
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@v4
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
fail_ci_if_error: true

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
6464
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
6565
- name: Upload coverage to Codecov
66-
uses: codecov/codecov-action@v5
66+
uses: codecov/codecov-action@v4
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
fail_ci_if_error: true

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run ${{ matrix.name }} Tests
6262
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0
6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v5
64+
uses: codecov/codecov-action@v4
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
fail_ci_if_error: true

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
5151
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v4
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656
fail_ci_if_error: true

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
python -m pip install --upgrade pip setuptools wheel
4242
pip3 install -q -r requirements_test.txt
4343
pip list
44-
- name: Pre-install torch
45-
run: |
46-
pip install torch==1.12.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
47-
pip install torchvision==0.13.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
48-
pip install torchaudio==0.12.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
4944
- name: Run Test Action - test_pytorch_object_detector
5045
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_object_detector.py --framework=pytorch --durations=0
5146
- name: Run Test Action - test_pytorch_faster_rcnn
@@ -55,7 +50,7 @@ jobs:
5550
- name: Run Test Action - test_pytorch_object_seeker_faster_rcnn
5651
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_object_seeker_faster_rcnn.py --framework=pytorch --durations=0
5752
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v4
5954
with:
6055
token: ${{ secrets.CODECOV_TOKEN }}
6156
fail_ci_if_error: true

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Run Tests
6363
run: ./run_tests.sh ${{ matrix.framework }}
6464
- name: Upload coverage to Codecov
65-
uses: codecov/codecov-action@v5
65+
uses: codecov/codecov-action@v4
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
fail_ci_if_error: true

0 commit comments

Comments
 (0)