From 5c315f606b61c5d9654759c8d27bb064f02ca470 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 7 Sep 2022 16:13:03 +0800 Subject: [PATCH] try ssh executor - activate conda? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea633ac..a0ab279 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ unit-test-job: # This job runs in the test stage. - ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF - which python3 - which pip3 - - which conda + - source /home/csstpipeline/anaconda3/bin/activate - python3 --version - pip install -r requirements.txt - sh install.sh -- GitLab