Skip to content

Commit ebb0d5d

Browse files
committed
Disable test_grib_get_array until ecCodes 2.30.0 is used in GitHub actions
1 parent 0228475 commit ebb0d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_eccodes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def test_grib_get_array():
269269
eccodes.codes_release(gid)
270270

271271

272-
def test_grib_get_array_single_precision():
272+
def _test_grib_get_array_single_precision():
273273
gid = eccodes.codes_grib_new_from_samples("reduced_gg_pl_160_grib2")
274274

275275
vals = eccodes.codes_get_array(gid, "values", ktype=float)

0 commit comments

Comments
 (0)