Skip to content

Commit

Permalink
pre-install prometheo on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht committed Jan 28, 2025
1 parent a0a6d2a commit 5774167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins_pre_install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ dir=$(pwd)

su - jenkins -c "cd $dir && \
source venv310/bin/activate && \
pip install git+https://github.com/WorldCereal/presto-worldcereal.git@croptype
pip install git+https://github.com/WorldCereal/presto-worldcereal.git@croptype && \
pip install git+https://github.com/WorldCereal/prometheo.git
"

0 comments on commit 5774167

Please sign in to comment.