Skip to content

Commit

Permalink
Changed the execution path for venv as I did a mistake while entering it
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-probst committed Mar 27, 2024
1 parent 2909a4b commit 319e9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
apk add --virtual build-dependencies build-base gcc wget git
apk add --no-cache python3 python3-dev py3-pip nodejs npm
python3 -m venv /venv
. /venv
/venv/bin/activate
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 319e9a0

Please sign in to comment.