Skip to content

Commit

Permalink
fixup! fixup! fixup! Fix CliMT build on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 4, 2024
1 parent d68a6d1 commit 761150f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 761150f

Please sign in to comment.