From 20eb43e8770bee7ba5448db5091067c4ca4a303b Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 14 Oct 2024 15:54:00 +0200 Subject: [PATCH] [GitHub] Fix python dependencies in Actions (#5061) --- .github/workflows/post-github-activity-star.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-github-activity-star.yml b/.github/workflows/post-github-activity-star.yml index 46af5e65bfc..3dd9104c833 100644 --- a/.github/workflows/post-github-activity-star.yml +++ b/.github/workflows/post-github-activity-star.yml @@ -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