Skip to content

Commit

Permalink
try target-root-default pr
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Aug 30, 2023
1 parent 9a1b732 commit 2ac8ca7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,5 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
store_name="aqua-modis.zarr",
combine_dims=pattern.combine_dim_keys,
target_chunks={"time": 1, "lat": int(4320 / 2), "lon": int(8640 / 2)},
target_root=".", # https://github.com/pangeo-forge/pangeo-forge-recipes/issues/587
)
)
3 changes: 1 addition & 2 deletions feedstock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# FIXME: pinned to latest commit on main because concurrency limiting is not released yet
git+https://github.com/pangeo-forge/pangeo-forge-recipes.git@f8dd0387b011eb16aefa178edd4c371ee414a445#egg=pangeo_forge_recipes
git+https://github.com/pangeo-forge/pangeo-forge-recipes.git@target-root-default#egg=pangeo_forge_recipes

0 comments on commit 2ac8ca7

Please sign in to comment.