|
93 | 93 | - name: Install testing dependencies |
94 | 94 | shell: bash -l {0} |
95 | 95 | run: | |
96 | | - conda install -y pytest coverage coveralls |
| 96 | + conda install -y pytest coverage |
97 | 97 |
|
98 | 98 | - name: Install mhkit |
99 | 99 | shell: bash -l {0} |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | - name: Install testing dependencies |
139 | 139 | shell: bash -l {0} |
140 | 140 | run: | |
141 | | - conda install -y pytest coverage coveralls |
| 141 | + conda install -y pytest coverage |
142 | 142 |
|
143 | 143 | - name: Install mhkit |
144 | 144 | shell: bash -l {0} |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | - name: Install testing dependencies |
182 | 182 | shell: bash -l {0} |
183 | 183 | run: | |
184 | | - conda install -y pytest coverage coveralls |
| 184 | + conda install -y pytest coverage |
185 | 185 |
|
186 | 186 | - name: Install mhkit |
187 | 187 | shell: bash -l {0} |
@@ -229,7 +229,7 @@ jobs: |
229 | 229 | - name: Install testing dependencies |
230 | 230 | shell: bash -l {0} |
231 | 231 | run: | |
232 | | - conda install -y pytest coverage coveralls |
| 232 | + conda install -y pytest coverage |
233 | 233 |
|
234 | 234 | - name: Install mhkit |
235 | 235 | shell: bash -l {0} |
@@ -291,25 +291,12 @@ jobs: |
291 | 291 | name: data |
292 | 292 | path: ~/.cache/mhkit |
293 | 293 |
|
294 | | - - name: Install system dependencies |
295 | | - if: runner.os == 'Linux' |
296 | | - run: | |
297 | | - # Update apt-get cache |
298 | | - sudo apt-get update |
299 | | - sudo apt-get install -y libhdf5-dev libnetcdf-dev |
300 | | -
|
301 | 294 | - name: Update and install packages |
302 | 295 | shell: bash |
303 | 296 | run: | |
304 | 297 | python -m pip install --upgrade pip wheel |
305 | 298 | pip install -e ".[all,dev]" |
306 | 299 |
|
307 | | - - name: Reinstall h5py and netCDF4 with system libraries |
308 | | - if: runner.os == 'Linux' |
309 | | - shell: bash |
310 | | - run: | |
311 | | - pip install --force-reinstall --no-binary=:all: h5py netCDF4 |
312 | | -
|
313 | 300 | - name: Install setuptools for Python 3.12 |
314 | 301 | if: matrix.python-version == '3.12' |
315 | 302 | shell: bash |
@@ -368,7 +355,7 @@ jobs: |
368 | 355 | - name: Install testing dependencies |
369 | 356 | shell: bash -l {0} |
370 | 357 | run: | |
371 | | - conda install -y pytest coverage coveralls |
| 358 | + conda install -y pytest coverage |
372 | 359 |
|
373 | 360 | - name: Install mhkit |
374 | 361 | shell: bash -l {0} |
@@ -587,7 +574,7 @@ jobs: |
587 | 574 | - name: Install notebook testing dependencies |
588 | 575 | shell: bash -l {0} |
589 | 576 | run: | |
590 | | - conda install -y pytest coverage coveralls nbval jupyter utm folium |
| 577 | + conda install -y pytest coverage nbval jupyter utm folium |
591 | 578 |
|
592 | 579 | - name: Install mhkit |
593 | 580 | shell: bash -l {0} |
|
0 commit comments