Skip to content

Commit 7f477f1

Browse files
committed
Remove object detection example with external deps
This same example will be tested in the `node-hub` repo as part of dora-rs/dora-hub#23 Testing with external deps will likely lead to version mismatches of the message crate. So it requires synchronous changes to two repos, which makes development difficult.
1 parent dcbf7c0 commit 7f477f1

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -449,16 +449,6 @@ jobs:
449449
echo "Running dora stop"
450450
dora stop --name ci-python-operator --grace-duration 30s
451451
452-
- name: "Test CLI (Python): Object Detection with external deps"
453-
timeout-minutes: 30
454-
# fail-fast by using bash shell explicitly
455-
shell: bash
456-
run: |
457-
echo "Running Python object detection example with external deps"
458-
dora build examples/python-dataflow/dataflow-object-detection.yml --uv
459-
dora start examples/python-dataflow/dataflow-object-detection.yml --name ci-python-obj-det --detach --uv
460-
sleep 10
461-
dora stop --name ci-python-obj-det --grace-duration 30s
462452
- name: "Test CLI (Python): Dora destroy"
463453
timeout-minutes: 5
464454
# fail-fast by using bash shell explicitly

examples/python-dataflow/dataflow-object-detection.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)