Commit 2526c614 authored by Jared Casper's avatar Jared Casper
Browse files

Init CI tests with very basic import test.

parent f2a3a25c
Loading
Loading
Loading
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