Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
post_tweet removed from run
  • Loading branch information
arnonrdp authored Oct 6, 2021
1 parent a1db56e commit a9b006e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
python-version: 3.9.6

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip read_email
python -m pip install --upgrade pip post_tweet
run: python -m pip install --upgrade pip read_email

- name: Execute Python script # Run the app.py
run: python app.py
run: python app.py

1 comment on commit a9b006e

@vercel
Copy link

@vercel vercel bot commented on a9b006e Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.