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 5c3b810 commit 4bbfa4eCopy full SHA for 4bbfa4e
.github/workflows/build_package.yml
@@ -41,6 +41,7 @@ jobs:
41
./build.sh
42
- name: Test Package Install
43
run: |
44
+ sudo apt-get update && sudo apt-get install -y libhdf5-dev libnetcdf-dev
45
python -m pip install dist/coast-*.tar.gz
46
- name: Generate Conda Metadata
47
0 commit comments