Skip to content

Commit

Permalink
Update post-github-activity-star.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Oct 15, 2024
1 parent 7750590 commit 9d2e6fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/post-github-activity-star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
run: |

- name: Install pip packages
run: |
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down

0 comments on commit 9d2e6fb

Please sign in to comment.