From 06226e822a18916b05d1f016870a543c44d435ff Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 7 Sep 2022 16:14:45 +0800 Subject: [PATCH] try ssh executor - activate conda? --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0ab279..23012d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab