Skip to content

Commit da48395

Browse files
committed
Fix test model filter to include dm_ variants that break GitHub CI limits
1 parent 8563609 commit da48395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
2222
EXCLUDE_FILTERS = [
2323
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm',
24-
'nfnet_f4*', 'nfnet_f5*', 'nfnet_f6*', 'nfnet_f7*'] + NON_STD_FILTERS
24+
'*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*'] + NON_STD_FILTERS
2525
else:
2626
EXCLUDE_FILTERS = NON_STD_FILTERS
2727

0 commit comments

Comments
 (0)