From 78f7518f7d20958a0d9af27a3cc6c152a64e0e7d Mon Sep 17 00:00:00 2001 From: "Joseph D. Gaeddert" Date: Sat, 13 Jul 2024 18:36:39 -0400 Subject: [PATCH] github/ci: entire environment needs to be built up again, apparently --- .github/workflows/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7ad850064..3121e6fd6 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -76,12 +76,12 @@ jobs: if: runner.os == 'macos' run: | brew update - brew install pybind11 virtualenv + brew install autoconf automake pybind11 virtualenv - name: Setup environment (Linux) if: runner.os == 'Linux' run: | - sudo apt-get install -y --no-install-recommends pybind11-dev virtualenv python3-dev + sudo apt-get install -y --no-install-recommends build-essential pybind11-dev virtualenv python3-dev - name: bind run: |