template-python icon indicating copy to clipboard operation
template-python copied to clipboard

Permission Issue with `make doctor` Command in GitHub Actions During Pull Request Merge

Open WilliamBonvini opened this issue 2 years ago • 1 comments

I'm currently working on a Python library development project using this repository as a template. However, I've run into an issue when attempting to merge a pull request.

The problem arises when the GitHub Actions workflow is triggered. The process fails with the error message shown in the following screenshot:

Error message

The error message suggests that there might be a permission-related issue when executing the make doctor command during the workflow run.

For context, I have not made any modifications to the bin/verchew and bin/checksum scripts. They are the original scripts provided with this template. Any insights into this issue would be greatly appreciated, thank you very much.

WilliamBonvini avatar May 10 '23 12:05 WilliamBonvini

Does making these files executable fix the problem?

chmod +x bin/*

jacebrowning avatar May 10 '23 13:05 jacebrowning