From 3e5fa5964611ac81b45c4476f94aaf7d3ef9178e Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Sun, 21 Nov 2021 15:15:47 -0500 Subject: [PATCH] ci:dependency --- .github/workflows/ci.yml | 3 ++- CITATION.cff | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f76f1..c010465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,7 @@ jobs: linux-coverage: + needs: linux runs-on: ubuntu-latest timeout-minutes: 10 @@ -81,7 +82,7 @@ jobs: with: python-version: '3.x' - - name: install hdf5 + - name: install prereqs run: | sudo apt update -yq sudo apt install -yq --no-install-recommends libnetcdff-dev diff --git a/CITATION.cff b/CITATION.cff index b3a79c0..412a685 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,4 +7,4 @@ authors: title: nc4fortran version: 1.4.7 doi: 10.5281/zenodo.3598941 -date-released: 2021-11-08 +date-released: 2021-11-21