Loading .gitlab-ci.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line image: gitlab-master.nvidia.com/dl/dgx/pytorch:20.12-py3-devel test: script: - pytest --junitxml=report.xml tests artifacts: when: always reports: junit: report.xml No newline at end of file tests/test_basic.py 0 → 100644 +3 −0 Original line number Diff line number Diff line def test_import(): import megatron Loading
.gitlab-ci.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line image: gitlab-master.nvidia.com/dl/dgx/pytorch:20.12-py3-devel test: script: - pytest --junitxml=report.xml tests artifacts: when: always reports: junit: report.xml No newline at end of file
tests/test_basic.py 0 → 100644 +3 −0 Original line number Diff line number Diff line def test_import(): import megatron