Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -34,10 +34,14 @@ unit-test-job: # This job runs in the test stage. - whoami - uname -a - pwd - ls -a - ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF - which python3 - which pip3 - python3 --version - source /home/csstpipeline/anaconda3/bin/activate - which python3 - which pip3 - python3 --version - pip install -r requirements.txt - sh install.sh Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -34,10 +34,14 @@ unit-test-job: # This job runs in the test stage. - whoami - uname -a - pwd - ls -a - ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF - which python3 - which pip3 - python3 --version - source /home/csstpipeline/anaconda3/bin/activate - which python3 - which pip3 - python3 --version - pip install -r requirements.txt - sh install.sh Loading