Skip to content

Commit f68a898

Browse files
committed
🔥 Remove monkey-ABCD from listed preconfigs
1 parent 0d04c5c commit f68a898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CPAC/pipeline/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
x in ALL_PIPELINE_CONFIGS if 'pipeline_config' in x]
2626
ALL_PIPELINE_CONFIGS.sort()
2727
AVAILABLE_PIPELINE_CONFIGS = [preconfig for preconfig in ALL_PIPELINE_CONFIGS
28-
if preconfig != 'benchmark-ANTS' and
28+
if preconfig not in
29+
['benchmark-ANTS', 'monkey-ABCD'] and
2930
not preconfig.startswith('regtest-')]
3031

3132

0 commit comments

Comments
 (0)