Skip to content

Commit

Permalink
Changed the venv path to maybe be able to execute it this time
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-probst committed Mar 27, 2024
1 parent 450ad2a commit 2909a4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ 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
python3 -m venv /venv
. /venv
pip3 install pre-commit
git config --global --add safe.directory /github/workspace
pre-commit run --verbose --all-files > pre-commit-validation.txt & cat pre-commit-validation.txt
Expand Down

0 comments on commit 2909a4b

Please sign in to comment.