You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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
andbin/checksum
scripts. They are the original scripts provided with this template.Any insights into this issue would be greatly appreciated,
thank you very much.
The text was updated successfully, but these errors were encountered: