Skip to content

Commit

Permalink
Ensure virtual environment activated before running script
Browse files Browse the repository at this point in the history
  • Loading branch information
yunaimatsu committed Feb 13, 2025
1 parent b714187 commit 6de2885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add_regular_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Run main script
run:
source .venv/bin/activate
python3 add_recurring_tasks.py
env:
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
Expand Down

0 comments on commit 6de2885

Please sign in to comment.