Skip to content

Commit

Permalink
deploy script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushK52 committed Nov 21, 2023
1 parent 03d30be commit ad01fc3
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 @@ -76,7 +76,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
source venv/bin/activate && pip install -r requirements.txt
- name: Restart runner
run: |
Expand Down

0 comments on commit ad01fc3

Please sign in to comment.