Skip to content

Commit

Permalink
Fix action on MacOS on GHA (attempt 2)
Browse files Browse the repository at this point in the history
The current MacOS environment (Catalina 10.15) on GHA has python linked
to Python 2.7 ... so let's use python3 as the binary then!
  • Loading branch information
ichard26 committed May 19, 2021
1 parent f54a531 commit 4e246d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -41,7 +41,7 @@ runs:
fi
envpath="${{ github.action_path }}/.black-venv"
python -m venv $envpath
python3 -m venv $envpath
# Please don't ask me questions on why this specific form is necessary so the
# output doesn't up mangled. I really don't know why, but I don't want to
# dump even more hours on trying to understand it. BUT I will blame Windows
Expand Down

0 comments on commit 4e246d8

Please sign in to comment.