Commit 06226e82 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

try ssh executor - activate conda?

parent 5c315f60
Pipeline #105 passed with stages
in 15 seconds
......@@ -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
......
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