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.
- pwd
- ls -a
- ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF
- which python3
- which pip3
- python3 --version
- which python
- which pip
- python --version
- source /home/csstpipeline/anaconda3/bin/activate
- which python3
- which pip3
- python3 --version
- which python
- which pip
- python --version
- pip install -r requirements.txt
- sh install.sh
- export PATH=$HOME/.local/bin:$PATH
- 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