We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5135f0 commit 789e7caCopy full SHA for 789e7ca
1 file changed
.github/workflows/main.yml
@@ -286,20 +286,12 @@ jobs:
286
name: data
287
path: ~/.cache/mhkit
288
289
- - name: Install system dependencies
290
- if: runner.os == 'Linux'
291
- run: sudo apt-get install -y libhdf5-dev libnetcdf-dev
292
-
293
- name: Update and install packages
294
shell: bash -l {0}
295
run: |
296
python -m pip install --upgrade pip wheel
297
pip install -e ".[all,dev]"
298
299
- - name: Reinstall h5py and netCDF4 with system libraries
300
301
- run: "pip install --force-reinstall --no-binary=:all: h5py netCDF4"
302
303
- name: Install setuptools for Python 3.12
304
if: matrix.python-version == '3.12'
305
run: pip install setuptools
0 commit comments