Skip to content

Commit 5c3b810

Browse files
committed
Remove workflow stage
1 parent 9cf2b9b commit 5c3b810

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
conda init
4040
conda activate coast
4141
./build.sh
42-
- name: Install system dependencies for netCDF4
43-
run: sudo apt-get update && sudo apt-get install -y libhdf5-dev libnetcdf-dev
4442
- name: Test Package Install
4543
run: |
4644
python -m pip install dist/coast-*.tar.gz

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
dependencies:
66
- python==3.10
77
- cython<3.0.0
8+
- hdf5
89
- cartopy==0.23.0
910
- gsw==3.6.19
1011
- xarray[complete]==2023.7.0

0 commit comments

Comments
 (0)