Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tpilz/telemac
Browse files Browse the repository at this point in the history
  • Loading branch information
tpilz committed Mar 17, 2021
2 parents 8e089ae + 675cb22 commit cfb8e26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Install Mac dependencies
if: runner.os == 'macOS'
run: |
brew install udunits
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Install Mac dependencies
run: |
brew install udunits
- name: Install dependencies
run: |
Expand Down

0 comments on commit cfb8e26

Please sign in to comment.