Commit 90e54ec6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test pipeline

parent 12ff7e04
Pipeline #40 passed with stages
in 7 seconds
...@@ -33,6 +33,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -33,6 +33,7 @@ unit-test-job: # This job runs in the test stage.
- uname -a - uname -a
- which python3 - which python3
- which pip3 - which pip3
- python3 --version
- pip install -r requirements.txt - pip install -r requirements.txt
- sh install.sh - sh install.sh
- python3 tests/test_flip_image.py - python3 tests/test_flip_image.py
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment