forked from deepmodeling/deepmd-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(test): split each pytest job into 6 separated jobs (deepmodeling#3716
) Split each pytest job into 6 separated jobs in GHA. Currently, each separated job takes: - ~2.5 min for installation, which may need to be optimized in the future; - ~2 min for setup, which may be a defect and should be resolved in deepmodeling#3715; - 4~5 min for tests (expected). --------- Signed-off-by: Jinzhe Zeng <[email protected]>
- Loading branch information
1 parent
6e07c7a
commit 75df6a5
Showing
3 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ test = [ | |
"pytest", | ||
"pytest-cov", | ||
"pytest-sugar", | ||
"pytest-split", | ||
"dpgui", | ||
"mendeleev", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters