Skip to content

Commit

Permalink
Call as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 3, 2024
1 parent 261b110 commit 1339f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: cp -r static/* output

- name: Fetch notes
run: python ff_notes/fetch_notes.py
run: python -m ff_notes.fetch_notes

- name: Fetch statuses
run: python ff_notes/fetch_statuses.py
run: python -m ff_notes.fetch_statuses

# - name: Fetch tweets
# run: python ff_notes/fetch_tweets.py
# run: python -m ff_notes.fetch_tweets
# env:
# TWS_RAISE_WHEN_NO_ACCOUNT: 1
# USER: ${{ secrets.USER }}
Expand Down

0 comments on commit 1339f62

Please sign in to comment.