boost-python for macOS github action

This commit is contained in:
Maarten L. Hekkelman
2025-09-02 13:39:50 +02:00
parent 7993b7dd70
commit 9d1eb5c514

View File

@@ -45,7 +45,7 @@ jobs:
- name: Install Catch2 macOS
if: matrix.os == 'macos-latest'
run: >
brew install catch2
brew install catch2 boost-python3
- name: Install dependencies Window
if: matrix.os == 'windows-latest'