Skip to content

Commit

Permalink
fix mac ci
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Jan 30, 2025
1 parent 3f9fa30 commit 8b724ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ jobs:
with:
python-version: ${{ matrix.python }}

# Using older boost version to avoid compiler errors with io_service
- name: Install dependencies
run: |
brew install eigen boost
brew install eigen boost@1.86
pip install cmake ninja wheel
- name: Build
Expand Down

0 comments on commit 8b724ca

Please sign in to comment.