Files
wehub-resource-sync a203934033
Lint test / lint (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:34:58 +08:00

9 lines
429 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# isolate cases in env, we can install different dependencies in each env.
isolated: # test cases that may require excessive amount of GPU memory or run long time, which will be executed in dedicated process.
envs:
default: # default env, case not in other env will in default, pytorch.
dependencies: # requirement packagespip install before test case run.
# - numpy>=1.20,<=1.22.0
# - protobuf<4,>=3.20.2