Skip to content

Commit

Permalink
fix: Update local-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybrueder authored Jun 6, 2024
1 parent 9c5d800 commit d19b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapr-distributed-calendar/local-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi

# Install Python Requirements
cd ~/12-factor-app/dapr-distributed-calendar/python
pip3 install -r ./requirements.txt
pip3 install -r ./requirements.txt --break-system-packages

# Prepare Node environment
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && sudo apt-get install -y nodejs
Expand Down

0 comments on commit d19b709

Please sign in to comment.