Skip to content

Commit

Permalink
[GitHub] Use python venv in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Oct 15, 2024
1 parent 20eb43e commit 7c50724
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/post-github-activity-star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:

- name: Install dependencies
run: |
apt install pipx
pipx install python-graphql-client
pipx install python-dateutil
pipx install requests
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
working-directory: ${{ github.workspace }}

# Star/watch related event
Expand Down

0 comments on commit 7c50724

Please sign in to comment.