Commit 9042b137 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test pipeline

parent 90e54ec6
Pipeline #41 failed with stages
in 9 seconds
...@@ -36,4 +36,4 @@ unit-test-job: # This job runs in the test stage. ...@@ -36,4 +36,4 @@ unit-test-job: # This job runs in the test stage.
- python3 --version - python3 --version
- pip install -r requirements.txt - pip install -r requirements.txt
- sh install.sh - sh install.sh
- python3 tests/test_flip_image.py - pytest
...@@ -2,4 +2,5 @@ numpy~=1.20.3 ...@@ -2,4 +2,5 @@ numpy~=1.20.3
joblib~=1.1.0 joblib~=1.1.0
#csst~=0.0.1 #csst~=0.0.1
setuptools~=58.0.4 setuptools~=58.0.4
astropy~=5.1 astropy~=5.1
\ No newline at end of file pytest
\ No newline at end of file
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