Update README.md with Best Paper Award #728
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 |