Skip to content

Commit

Permalink
Using user installation for scipy, due to permission issues
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <vedantnimjed@gmail.com>
  • Loading branch information
vrnimje committed Jul 15, 2024
1 parent 7100ba0 commit 3eac684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/lsu-perftests/batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ logfile=${build_dir}/reports/jenkins-hpx-${configuration_name}.log

# Load python packages
source /home/pansysk75/virtual_envs/perftests_env/bin/activate
pip install scipy
pip install --user scipy

# Things went alright by default
configure_build_errors=0
Expand Down

0 comments on commit 3eac684

Please sign in to comment.