Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 416844a

Browse files
committed
testfix: make package selection by tags unique
1 parent 2704add commit 416844a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install:
7878
- ck install package:lib-tensorflow-1.13.1-cpu # avoid manual selection
7979
- ck install package:imagenet-2012-val-min # avoid manual selection
8080
- ck install package --tags=dataset,imagenet,preprocessed,using-pillow,first.20 # we only need a short preprocessed subset
81-
- ck install package --tags=model,image-classification,onnx,mobilenet,nchw,downloaded # MobileNet ONNX model, downloaded
81+
- ck install package --tags=model,image-classification,onnx,mobilenet,non-quantized,nchw,downloaded # MobileNet ONNX model, downloaded
8282
- ck install package --tags=model,onnx,mobilenet,nhwc,converted # MobileNet ONNX model, converted from TF, in NHWC
8383
- ck install package --tags=model,onnx,resnet,nchw,converted # ResNet50 ONNX model, converted from TF, in NCHW
8484
- ck install package --tags=model,onnx,resnet,nhwc,converted # ResNet50 ONNX model, converted from TF, in NHWC

0 commit comments

Comments
 (0)