Skip to content

Commit f0f7708

Browse files
committed
Don't test build_jigsaw
It doesn't work within rattler-build
1 parent 61ca8d2 commit f0f7708

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

conda_package/recipe/recipe.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ tests:
8282
- test -f "${PREFIX}/bin/ocean_smooth_topo_before_init_skip_land_ice"
8383
- if: build_platform == target_platform
8484
then:
85-
- build_jigsaw --clone
8685
- planar_hex --nx=10 --ny=20 --dc=1000. --outFileName='periodic_mesh_10x20_1km.nc'
8786
- translate_planar_grid -f 'periodic_mesh_10x20_1km.nc' -x 1000. -y 2000.
8887
- translate_planar_grid -f 'periodic_mesh_10x20_1km.nc' -c
@@ -121,6 +120,7 @@ tests:
121120
- inject_preserve_floodplain --help
122121
- mpas_to_triangle --help
123122
- triangle_to_netcdf --help
123+
- build_jigsaw --help
124124
- jigsaw_to_netcdf --help
125125
- scrip_from_mpas --help
126126
- compute_mpas_region_masks --help
@@ -130,9 +130,6 @@ tests:
130130
- compute_projection_region_masks --help
131131
requirements:
132132
run:
133-
- git
134-
- pip
135-
- pixi
136133
- pytest
137134
- requests
138135
files:

0 commit comments

Comments
 (0)