mirror of
https://github.com/modelscope/modelscope.git
synced 2026-05-18 13:15:06 +02:00
[to #44790143]fix: add ipythonkernel to image for dsw
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10049527 * add ipykernel to image for dsw
This commit is contained in:
@@ -420,7 +420,7 @@ if __name__ == '__main__':
|
||||
parser.add_argument(
|
||||
'--suites',
|
||||
nargs='*',
|
||||
help='Run specified test suites(test suite file list)')
|
||||
help='Run specified test suites(test suite files list split by space)')
|
||||
args = parser.parse_args()
|
||||
set_test_level(args.level)
|
||||
os.environ['REGRESSION_BASELINE'] = '1'
|
||||
|
||||
Reference in New Issue
Block a user