Skip to content

Commit

Permalink
Fix CliMT build on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 3, 2024
1 parent ffe9062 commit db04a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip wheel
TARGET=HASWELL python -m pip install git+https://github.com/atmtools/climt@rrtmg-only
TARGET=HASWELL python -m pip install -v .[docs,tests]
python -m pip list
Expand Down

0 comments on commit db04a65

Please sign in to comment.