Skip to content

Commit

Permalink
Fix import issue in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peteb206 authored Jan 6, 2025
1 parent 195423c commit f85247c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-players-sheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
BOB_GMAIL: ${{ secrets.BOB_GMAIL }}
GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }}
run: |
python -c 'import google_sheets; google_sheets.update_canadians_sheet(); scrape.email_additions("bob");'
python -c 'import google_sheets; import scrape; google_sheets.update_canadians_sheet(); scrape.email_additions("bob");'

0 comments on commit f85247c

Please sign in to comment.