Skip to content

Commit

Permalink
Upgrade python first to solve pip error
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis authored Sep 4, 2024
1 parent 21afd7b commit 4a524b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- run: |
python3 -m pip install --upgrade pip --user
ARGS="-avh --delete"
USERNAME=risa
SERVER_DESTINATION=/home/risa/r-isa
Expand Down

0 comments on commit 4a524b2

Please sign in to comment.