Commit 1a02aeaf authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test pipeline

parent ab3e9b57
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ unit-test-job: # This job runs in the test stage.
    - echo "Running unit tests... "
    - uname -a
    - which python3
    - apt update && apt upgrade
    - apt install python python-pip
    - which pip3
    - pip install -r requirements.txt
    - sh install.sh
    - python tests/test_flip_image.py