From 5a255901e122acfa6491a6d8517e80d932d7346d Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 20 Sep 2022 23:03:59 +0800 Subject: [PATCH] tweaks --- pipelines/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/build.sh b/pipelines/build.sh index d683f16..6c9e1e0 100644 --- a/pipelines/build.sh +++ b/pipelines/build.sh @@ -10,6 +10,7 @@ export CSST_SIMS_C3="/nfsdata/share/csst_simulation_data/Cycle-3-SimuData/" export CSST_SIMS_C5_2="/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/" export AUX_DIR="/nfsdata/users/csstpipeline/L1Pipeline/unittests/" +echo "Python executor and version" which python which pip python --version -- GitLab