From 418727223ee9834fcb54701c850dc475c68eeb74 Mon Sep 17 00:00:00 2001 From: David Landa Marban Date: Thu, 23 Jul 2026 13:54:26 +0200 Subject: [PATCH] Updating ci_pycopm_macos.yml due to changes in brew --- .github/workflows/ci_pycopm_macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_pycopm_macos.yml b/.github/workflows/ci_pycopm_macos.yml index 95cab89..575cbb2 100644 --- a/.github/workflows/ci_pycopm_macos.yml +++ b/.github/workflows/ci_pycopm_macos.yml @@ -19,7 +19,9 @@ jobs: - name: Install OPM Flow run: | - brew install cssr-tools/opm/opm-simulators + brew tap cssr-tools/opm + brew trust cssr-tools/opm + brew install cssr-tools/opm/opm-simulators -y - name: Install python requirements run: |