Skip to content

Commit 789e7ca

Browse files
committed
Actions: remove out of scope pip install fixes
This fix is implemented in PR 421 and is related, but not in scope of this change
1 parent f5135f0 commit 789e7ca

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -286,20 +286,12 @@ jobs:
286286
name: data
287287
path: ~/.cache/mhkit
288288

289-
- name: Install system dependencies
290-
if: runner.os == 'Linux'
291-
run: sudo apt-get install -y libhdf5-dev libnetcdf-dev
292-
293289
- name: Update and install packages
294290
shell: bash -l {0}
295291
run: |
296292
python -m pip install --upgrade pip wheel
297293
pip install -e ".[all,dev]"
298294
299-
- name: Reinstall h5py and netCDF4 with system libraries
300-
if: runner.os == 'Linux'
301-
run: "pip install --force-reinstall --no-binary=:all: h5py netCDF4"
302-
303295
- name: Install setuptools for Python 3.12
304296
if: matrix.python-version == '3.12'
305297
run: pip install setuptools

0 commit comments

Comments
 (0)