Skip to content

Commit

Permalink
Add python to env.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Aug 25, 2023
1 parent b06ec85 commit 51fd8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python =3.11
- google-api-python-client =2.74.0
- google-auth-httplib2 =0.1.0
- google-auth-oauthlib =0.8.0

0 comments on commit 51fd8e4

Please sign in to comment.