Skip to content

Commit

Permalink
fixup! 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 761150f commit a141283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install git+https://github.com/atmtools/climt@rrtmg-only --no-binary climt
TARGET=HASWELL python -m pip install .[docs]
python -m pip list
- name: build book
Expand Down

0 comments on commit a141283

Please sign in to comment.