Skip to content

Commit

Permalink
git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
daviidarr committed Apr 9, 2024
1 parent 0cb55d5 commit c1cbcb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/bin/bash

cd ~/actualyield

# Activate the virtual environment
source ./venv/bin/activate

# Run the Python script
git pull origin main
pip install -r requirements.txt

python3 ./cli.py snapshot >> ./cli.log

# Deactivate the virtual environment
Expand Down

0 comments on commit c1cbcb6

Please sign in to comment.