Skip to content

Commit

Permalink
fix: more readability
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Sep 11, 2024
1 parent f1e1543 commit e6df5a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/build-indicator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ source env/bin/activate
pip install pip==23.0.1 --retries 10 --timeout 20
pip install numpy --retries 10 --timeout 20
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
([ -f setup.py ] || [ -f pyproject.toml ]) && pip install . --retries 10 --timeout 20
if [ -f setup.py ] || [ -f pyproject.toml ]; then
pip install . --retries 10 --timeout 20
fi

0 comments on commit e6df5a0

Please sign in to comment.