Skip to content

Commit

Permalink
Use pip --user
Browse files Browse the repository at this point in the history
  • Loading branch information
kratenko committed Sep 29, 2023
1 parent 01f0ebb commit 623b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
shell: bash
run: |
echo "-- Install Python JWT package"
pip install jwt || exit 1
pip --user install jwt || exit 1
- name: "Generate App JWT"
# Generate a JWT token signed by the GitHub App, that can be used to call the GitHub API
shell: python
Expand Down

0 comments on commit 623b267

Please sign in to comment.