We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621beef commit 3e5fa59Copy full SHA for 3e5fa59
.github/workflows/ci.yml
@@ -72,6 +72,7 @@ jobs:
72
73
74
linux-coverage:
75
+ needs: linux
76
runs-on: ubuntu-latest
77
timeout-minutes: 10
78
@@ -81,7 +82,7 @@ jobs:
81
82
with:
83
python-version: '3.x'
84
- - name: install hdf5
85
+ - name: install prereqs
86
run: |
87
sudo apt update -yq
88
sudo apt install -yq --no-install-recommends libnetcdff-dev
CITATION.cff
@@ -7,4 +7,4 @@ authors:
7
title: nc4fortran
8
version: 1.4.7
9
doi: 10.5281/zenodo.3598941
10
-date-released: 2021-11-08
+date-released: 2021-11-21
0 commit comments