Skip to content

Commit

Permalink
Since the venv doesn't work as well due to permissions, added whoami …
Browse files Browse the repository at this point in the history
…to identify the current user
  • Loading branch information
dominik-probst committed Mar 27, 2024
1 parent 5943d9f commit 450ad2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
apk upgrade
apk add --virtual build-dependencies build-base gcc wget git
apk add --no-cache python3 python3-dev py3-pip nodejs npm
whoami
python3 -m venv /github/home/venv
/github/home/venv/bin/activate
pip3 install pre-commit
Expand Down

0 comments on commit 450ad2a

Please sign in to comment.