Skip to content

Commit 5a3ff72

Browse files
ci: Remove "Setup Boost (macOS)" step (#2395)
1 parent ebdd0d3 commit 5a3ff72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ jobs:
8484
if: runner.os != 'macOS'
8585
run: echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
8686

87-
- name: Setup Boost (macOS)
88-
if: runner.os == 'macOS'
89-
run: brew install boost
90-
9187
- name: Cache wheels
9288
if: runner.os == 'macOS'
9389
uses: actions/cache@v2

0 commit comments

Comments
 (0)