From 761150f2680b0db536e921f473d2038ab53c11af Mon Sep 17 00:00:00 2001 From: Lukas Kluft Date: Thu, 4 Jul 2024 11:23:36 +0200 Subject: [PATCH] fixup! fixup! fixup! Fix CliMT build on MacOS --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2ff523a..12690c1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -37,13 +37,13 @@ jobs: run: | brew install gcc@12 python -m pip install --upgrade pip wheel - python -m pip install --no-binary git+https://github.com/atmtools/climt@rrtmg-only + python -m pip install git+https://github.com/atmtools/climt@rrtmg-only --no-binary climt - name: Install CliMT (Linux) if: matrix.name == 'ubuntu' run: | python -m pip install --upgrade pip wheel - python -m pip install --no-binary git+https://github.com/atmtools/climt@rrtmg-only + python -m pip install git+https://github.com/atmtools/climt@rrtmg-only --no-binary climt - name: Install run: |