From 5a3ff72348103ec00cab2832a25d5d4937f9eec8 Mon Sep 17 00:00:00 2001 From: Eric Cousineau Date: Fri, 14 Aug 2020 14:16:38 -0400 Subject: [PATCH] ci: Remove "Setup Boost (macOS)" step (#2395) --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c65967da..a3acbe9d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,10 +84,6 @@ jobs: 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: runner.os == 'macOS' uses: actions/cache@v2