Skip to content

Commit

Permalink
fix: remove installation from replit run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharat Ramanathan committed Nov 9, 2023
1 parent 37e86e4 commit e01836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run = "poetry lock --no-update && poetry install && bash run.sh"
run = "bash run.sh"
entrypoint = "main.py"
modules = ["python-3.10:v18-20230807-322e88b"]

Expand Down

0 comments on commit e01836d

Please sign in to comment.