Skip to content

Commit

Permalink
deps: Fix initial pipenv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank committed Mar 1, 2024
1 parent 5e65a55 commit b6b505b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/make-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ fi
fold_end "Install golang tools"

fold_start "Install miscellaneous tools"
cd "$ROOT"
command -v pipenv &>/dev/null || $sudo_command pip3 install pipenv || true
pipenv sync || true
pipenv install && pipenv sync || true
if command -v gem &>/dev/null ; then
command -v fpm &>/dev/null || gem install fpm --no-document || true # for cross distro packaging
fi
Expand Down

0 comments on commit b6b505b

Please sign in to comment.