From 3d5cb87c909118c5c1d5568150a22ac92bb3ba81 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sat, 28 Feb 2026 18:02:51 -0800 Subject: [PATCH] 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 --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe0a64107..78cc5b999 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |