From d43741d58291d944d317982d364b07fb1a174793 Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:47:00 -0400 Subject: [PATCH 1/2] use verify-existing-opt branch --- feedstock/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedstock/requirements.txt b/feedstock/requirements.txt index 3fc55e8..156b649 100644 --- a/feedstock/requirements.txt +++ b/feedstock/requirements.txt @@ -1 +1 @@ -git+https://github.com/pangeo-forge/pangeo-forge-recipes.git@target-root-default#egg=pangeo_forge_recipes +git+https://github.com/pangeo-forge/pangeo-forge-recipes.git@verify-existing-opt#egg=pangeo_forge_recipes From 6f57492002113c6e8139680c901a21ae12dd4803 Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:04:22 -0400 Subject: [PATCH 2/2] Update deploy.yaml --- .github/workflows/deploy.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 627fd03..9bef2b0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,7 +29,7 @@ jobs: echo prune=false >> $GITHUB_ENV fi - name: "Deploy recipes" - uses: "pangeo-forge/deploy-recipe-action@main" + uses: "pangeo-forge/deploy-recipe-action@storage-cls-args" with: select_recipe_by_label: "true" pangeo_forge_runner_config: > @@ -60,7 +60,10 @@ jobs: }, "InputCacheStorage": { "fsspec_class": "gcsfs.GCSFileSystem", - "root_path": "gs://pangeo-forge-prod-cache" + "root_path": "gs://pangeo-forge-prod-cache", + "pangeo_forge_target_class_args": { + "verify_existing": false + } } } env: