Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Chore: pip 처리 관리자 권한 추가
Browse files Browse the repository at this point in the history
-
  • Loading branch information
tomorrow9913 committed Nov 17, 2023
1 parent b7b3398 commit ff73049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo $pass
if [ -n "$pass" ]; then
echo "############# Install dependent #############"
pip install -r requirements.txt
sudo pip install -r requirements.txt
echo "############# Server Stop #############"
sudo pkill uvicorn
Expand Down

0 comments on commit ff73049

Please sign in to comment.