3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 21:25:47 +00:00

Fix macOS build: remove pip3 install pybind11

pybind11 is not needed since ENABLE_PYOSYS=0, and pip3 fails on
the macos-15 runner due to externally-managed-environment.

Made-with: Cursor
This commit is contained in:
Akash Levy 2026-02-28 18:02:51 -08:00
parent e2b343a34f
commit 3d5cb87c90

View file

@ -165,7 +165,6 @@ jobs:
- name: Install dependencies
run: |
brew install bison flex gperf tcl-tk@8 readline libffi dwarfutils libelf ccache
pip3 install pybind11
- name: Build Verific tclmain
run: |