Disable math eval on nightly CI temporarily (#2779)
This commit is contained in:
@@ -50,7 +50,8 @@ suites = {
|
|||||||
"nightly": [
|
"nightly": [
|
||||||
"test_nightly_gsm8k_eval.py",
|
"test_nightly_gsm8k_eval.py",
|
||||||
"test_nightly_human_eval.py",
|
"test_nightly_human_eval.py",
|
||||||
"test_nightly_math_eval.py",
|
# Disable temporarly
|
||||||
|
# "test_nightly_math_eval.py",
|
||||||
],
|
],
|
||||||
"sampling/penaltylib": glob.glob(
|
"sampling/penaltylib": glob.glob(
|
||||||
"sampling/penaltylib/**/test_*.py", recursive=True
|
"sampling/penaltylib/**/test_*.py", recursive=True
|
||||||
|
|||||||
Reference in New Issue
Block a user