From 1d315f95e37350073eea9ed8c797f4631a066f81 Mon Sep 17 00:00:00 2001 From: Ahnaf Tahmid Chowdhury Date: Mon, 2 Dec 2024 16:01:27 +0600 Subject: [PATCH] remove force --- .github/workflows/mac_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac_build_test.yml b/.github/workflows/mac_build_test.yml index 818710ef1..354dc42f1 100644 --- a/.github/workflows/mac_build_test.yml +++ b/.github/workflows/mac_build_test.yml @@ -47,7 +47,7 @@ jobs: - name: Initial setup shell: bash -l {0} run: | - brew install --force eigen hdf5 + brew install eigen hdf5 - name: Environment Variables shell: bash -l {0}