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

remove line break for macOs installation #5

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

12rambau
Copy link
Contributor

@12rambau 12rambau commented Oct 5, 2023

It seems the line break is misinterpreted by the installer.

like in my latest build (https://github.com/pydata/pydata-sphinx-theme/actions/runs/6328021184/job/17345901218):

where I got the following error:

 /bin/sh: --version: command not found
  /usr/bin/sudo installer -allowUntrusted -dumplog -pkg /Users/runner/work/_temp/pandoc-3.1.8-x86_64-macOS.pkg -target /
  Error: Command failed:  --version
  /bin/sh: --version: command not found

This should solve it in wait that MacOS relies on .zip instead of the .pkg file

It seems the line break is misinterpreted by the installer. 

like in my latest build (https://github.com/pydata/pydata-sphinx-theme/actions/runs/6328021184/job/17345901218):

where I got the following error: 
```
 /bin/sh: --version: command not found
  /usr/bin/sudo installer -allowUntrusted -dumplog -pkg /Users/runner/work/_temp/pandoc-3.1.8-x86_64-macOS.pkg -target /
  Error: Command failed:  --version
  /bin/sh: --version: command not found
```

This should solve it in wait that MacOS relies on .zip instead of the .pkg file
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 this pull request may close these issues.

None yet

2 participants