From c86d2e1834d62e348ac7ff08b2bc82e1b1816a7d Mon Sep 17 00:00:00 2001 From: Phoebe Pearce Date: Fri, 22 Nov 2024 10:15:13 +1100 Subject: [PATCH] try removing pkgconf --- .github/workflows/test_unit_and_examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_unit_and_examples.yml b/.github/workflows/test_unit_and_examples.yml index 338da50e..1c8c1ff6 100644 --- a/.github/workflows/test_unit_and_examples.yml +++ b/.github/workflows/test_unit_and_examples.yml @@ -49,7 +49,7 @@ jobs: - name: Install system dependencies in MacOS (ARM) if: matrix.os == 'macos-latest' run: | - brew reinstall gfortran openblas pkgconf + brew reinstall gfortran openblas brew install ngspice boost suite-sparse - name: Install system dependencies in MacOS (Intel) @@ -149,7 +149,7 @@ jobs: - name: Install system dependencies in MacOS (ARM) if: matrix.os == 'macos-latest' run: | - brew reinstall gfortran openblas pkgconf + brew reinstall gfortran openblas brew install ngspice boost suite-sparse - name: Install Python dependecies