Skip to content

Commit 74a76fb

Browse files
author
Beat Buesser
committed
Fix CI yml file
Signed-off-by: Beat Buesser <[email protected]>
1 parent 757083d commit 74a76fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI PyTorchFasterRCNN
1+
name: CI PyTorchObjectDetectors
22
on:
33
# Run on manual trigger
44
workflow_dispatch:
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
test_pytorch_fasterrcnn:
23-
name: PyTorchFasterRCNN
23+
name: PyTorchObjectDetectors
2424
runs-on: ubuntu-20.04
2525
strategy:
2626
fail-fast: false
@@ -46,6 +46,6 @@ jobs:
4646
- name: Run Test Action - test_pytorch_object_detector
4747
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_object_detector.py --framework=pytorch --durations=0
4848
- name: Run Test Action - test_pytorch_faster_rcnn
49-
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_faster_rcnn.py --framework=pytorch --durations=0
49+
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_faster_rcnn.py --framework=pytorch --durations=0
5050
- name: Upload coverage to Codecov
5151
uses: codecov/[email protected]

0 commit comments

Comments
 (0)