There was an error while loading. Please reload this page.
1 parent ebd6826 commit c2de0bbCopy full SHA for c2de0bb
1 file changed
.github/workflows/iluvatar3.6-build-and-test.yml
@@ -100,7 +100,7 @@ jobs:
100
101
# triton language unit test
102
UMD_CUDAMODULELOADING=0 pytest third_party/iluvatar/python/test/unit/language/test_core.py
103
- py test third_party/iluvatar/python/test/unit/language/test_annotations.py
+ pytest third_party/iluvatar/python/test/unit/language/test_annotations.py
104
pytest third_party/iluvatar/python/test/unit/language/test_block_pointer.py
105
pytest third_party/iluvatar/python/test/unit/language/test_compile_errors.py
106
pytest third_party/iluvatar/python/test/unit/language/test_conversions.py
0 commit comments