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 1492943 commit 399526eCopy full SHA for 399526e
.github/workflows/build_package.yml
@@ -34,6 +34,9 @@ jobs:
34
./setup_environment.sh
35
- name: Build Package
36
run: |
37
+ CONDA_BASE=$(conda info --base)
38
+ source "${CONDA_BASE}/etc/profile.d/conda.sh"
39
+ conda activate coast
40
./build.sh
41
- name: Install system dependencies for netCDF4
42
run: sudo apt-get update && sudo apt-get install -y libhdf5-dev libnetcdf-dev
0 commit comments