Skip to content

Commit

Permalink
chore(deploy): source venv before pip sync
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Dec 31, 2024
1 parent d8d42e8 commit 0dc1ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ if ! uv venv $VENV_NAME; then
exit 1
fi

source $VENV_NAME/bin/activate

if ! uv pip sync requirements.txt; then
echo "unable to sync requirements to venv"
exit 1
Expand Down

0 comments on commit 0dc1ef9

Please sign in to comment.