Skip to content

Commit

Permalink
Added eccodes install
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsmund committed Jul 5, 2024
1 parent a1227a8 commit 336bc39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
build:
test:
name: unit_test
runs-on: ubuntu-latest
strategy:
Expand All @@ -19,6 +19,10 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install eccodes
run : |
sudo apt-get update
sudo apt-get install -y libeccodes-dev
- name: Install dependencies
shell: bash
run: |
Expand Down

0 comments on commit 336bc39

Please sign in to comment.