ci: include Boost (#2393)

This commit is contained in:
Henry Schreiner
2020-08-14 12:24:58 -04:00
committed by GitHub
parent fb042d692f
commit cba4a98546

View File

@@ -80,8 +80,16 @@ jobs:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.arch }}
- name: Setup Boost
if: runner.os != 'macOS'
run: echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
- name: Setup Boost (macOS)
if: runner.os == 'macOS'
run: brew install boost
- name: Cache wheels
if: startsWith(runner.os, 'macOS')
if: runner.os == 'macOS'
uses: actions/cache@v2
with:
# This path is specific to macOS - we really only need it for PyPy NumPy wheels