Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS action + md5sum with 1.1.0 #63

Closed
tony opened this issue Nov 17, 2022 · 0 comments · Fixed by #98
Closed

MacOS action + md5sum with 1.1.0 #63

tony opened this issue Nov 17, 2022 · 0 comments · Fixed by #98

Comments

@tony
Copy link

tony commented Nov 17, 2022

I don't have time to look closer until the weekend, but I noticed that 1.1.0 has an issue with MacOS

Example PR: https://github.com/kislyuk/argcomplete/pull/386/files
Workflow file: https://github.com/kislyuk/argcomplete/actions/runs/3455658420/workflow
Job: https://github.com/kislyuk/argcomplete/actions/runs/3455658420/jobs/5767837861#step:7:129

Run /Users/runner/work/_actions/isort/isort-action/v1.1.0/bin/run_isort --check-only --diff .
Running isort --check-only --diff .
/Users/runner/work/_actions/isort/isort-action/v1.1.0/bin/run_isort: line 11: md5sum: command not found
Error: Unable to process file command 'output' successfully.
Error: Invalid format 'isort-output<<'. Name must not be empty and delimiter must not be empty

On macOS machines, md5sum is provided by brew w/ md5sha1sum

Example logs

macos 11 3.7: 7_Run isortisort-action@v1.1.0.txt

macos 11 3.10: 7_Run isortisort-action@v1.1.0.txt

macos 12 3.10: 7_Run isortisort-action@v1.1.0.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant