Commit 9e43effe authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

try ssh executor - updated script

parent 06226e82
Pipeline #107 passed with stages
in 12 seconds
...@@ -36,14 +36,13 @@ unit-test-job: # This job runs in the test stage. ...@@ -36,14 +36,13 @@ unit-test-job: # This job runs in the test stage.
- pwd - pwd
- ls -a - ls -a
- ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF - ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF
- which python3 - which python
- which pip3 - which pip
- python3 --version - python --version
- source /home/csstpipeline/anaconda3/bin/activate - source /home/csstpipeline/anaconda3/bin/activate
- which python3 - which python
- which pip3 - which pip
- python3 --version - python --version
- pip install -r requirements.txt - pip install -r requirements.txt
- sh install.sh - sh install.sh
- export PATH=$HOME/.local/bin:$PATH
- pytest - pytest
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