Skip to content

Commit

Permalink
[GitHub] Fix python dependencies in Actions (#5061)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Oct 14, 2024
1 parent 78b9312 commit 20eb43e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/post-github-activity-star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:

- name: Install dependencies
run: |
pip install python-graphql-client
pip install python-dateutil
pip install requests
apt install pipx
pipx install python-graphql-client
pipx install python-dateutil
pipx install requests
working-directory: ${{ github.workspace }}

# Star/watch related event
Expand Down

0 comments on commit 20eb43e

Please sign in to comment.