Commit 0c959925 authored by Shin, Woong's avatar Shin, Woong
Browse files

fix tests



Signed-off-by: default avatarWoong Shin <shinw@ornl.gov>
parent 846c0888
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,5 +11,7 @@ build:
  image:
    name: python:3.8.0-slim
  script:
  - make init
  - make test
  - pip install -r ./requirements.txt
  - pip install -r ./requirements_dev.txt
  - pip install -e .
  - pytest -sv