install-timelord installs boost on MacOS

This commit is contained in:
Gene Hoffman
2020-04-08 12:50:30 -07:00
parent e39f497fe6
commit a823b2d910
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ jobs:
sh install-timelord.sh
- name: Install developer requirements
run: |
brew install boost
venv/bin/python -m pip install -r requirements-dev.txt
- name: Lint source with flake8
run: |