Added support for command-line scripts. (#734) #817
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test homebrew install | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
homebrew-macos: | |
runs-on: macos-latest | |
steps: | |
- run: brew tap plasma-umass/scalene | |
- run: brew install --head plasma-umass/scalene/scalene |