We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8c4b7 commit dd398e3Copy full SHA for dd398e3
1 file changed
.github/workflows/unit_tests_common.yml
@@ -73,18 +73,12 @@ jobs:
73
fail-fast: false
74
matrix:
75
test_group:
76
- # - name: core
77
- # path: "tests/unit_tests/test_*.py"
78
- # test_type: "pytest"
79
- # - name: distributed
80
- # path: "tests/unit_tests/distributed/"
81
82
- name: pytorch_debug
83
path: "qa/L0_pytorch_debug_unittest/test.sh"
84
test_type: "sh"
85
- # - name: pytorch_unittest
86
- # path: "qa/L0_pytorch_unittest/test.sh"
87
- # test_type: "sh"
+ - name: pytorch_unittest
+ path: "qa/L0_pytorch_unittest/test.sh"
+ test_type: "sh"
88
# - name: pytorch_lint
89
# path: "qa/L0_pytorch_lint/test.sh"
90
# test_type: "sh"
0 commit comments