File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- name : CI PyTorchFasterRCNN
1+ name : CI PyTorchObjectDetectors
22on :
33 # Run on manual trigger
44 workflow_dispatch :
2020
2121jobs :
2222 test_pytorch_fasterrcnn :
23- name : PyTorchFasterRCNN
23+ name : PyTorchObjectDetectors
2424 runs-on : ubuntu-20.04
2525 strategy :
2626 fail-fast : false
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
You can’t perform that action at this time.
0 commit comments