Skip to content

Commit

Permalink
Merge branch 'develop' into feature/exposures_crs
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Sep 23, 2024
2 parents 689a032 + 9bb8856 commit 70fd104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/jenkins/petals_regression_test/run_integ_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mamba env update -n climada_env -f ~/jobs/petals_install_env/workspace/requireme
source activate climada_env

REGTESTENV=~/jobs/petals_compatibility/petals_env
BRANCH=`git name-rev --name-only HEAD | cut -f 3- -d /`
BRANCH=`git branch -r | grep PR | cut -f 2 -d /`
PETALS_DIR=`test -e $REGTESTENV/$BRANCH && cat $REGTESTENV/$BRANCH || echo ~/jobs/petals_branches/branches/develop/workspace`

python -m venv --system-site-packages tvenv
Expand Down

0 comments on commit 70fd104

Please sign in to comment.