Skip to content

Commit

Permalink
email is python built-in.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Aug 25, 2023
1 parent 1539503 commit f0e054b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Daily runs
on:
schedule:
- cron: '0 8 * * 1' # 8am on mondays
- cron: '0 8 * * 1' # 8 am on mondays
push:
paths:
- '.github/workflows/weekly.yml'
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ dependencies:
- python
- google-api-python-client
- google-auth-httplib2
- google-auth-oauthlib
- email
- google-auth-oauthlib

0 comments on commit f0e054b

Please sign in to comment.