Skip to content

Commit e062bda

Browse files
committed
Exclude some tests for launch part
1 parent 2b70c0a commit e062bda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
vision-segmentation
2626
]
2727
test: [all, simple, launch, spawn]
28+
exclude:
29+
- template: vision-classification
30+
test: launch
31+
- template: vision-segmentation
32+
test: launch
2833
steps:
2934
- uses: actions/checkout@v2
3035
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)