diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bee61e78..6c58859c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: credentials_json: "${{ secrets.GCP_DATAFLOW_SERVICE_KEY }}" - name: "Deploy recipes PR" if: ${{ github.event_name == 'pull_request' }} - uses: "pangeo-forge/deploy-recipe-action@main" + uses: "pangeo-forge/deploy-recipe-action@v0.3" with: select_recipe_by_label: "" #to circumvent https://github.com/leap-stc/cmip6-leap-feedstock/issues/6#issuecomment-1668577971 pangeo_forge_runner_config: "./configs/config-pgf-runner-leap-dataflow-pr.json" @@ -35,7 +35,7 @@ jobs: GOOGLE_APPLICATION_CREDENTIALS: "${{ steps.auth.outputs.credentials_file_path }}" - name: "Deploy recipes Production" if: ${{ github.event_name != 'pull_request' }} - uses: "pangeo-forge/deploy-recipe-action@main" + uses: "pangeo-forge/deploy-recipe-action@v0.3" with: select_recipe_by_label: "" #to circumvent https://github.com/leap-stc/cmip6-leap-feedstock/issues/6#issuecomment-1668577971 pangeo_forge_runner_config: "./configs/config-pgf-runner-leap-dataflow.json" diff --git a/feedstock/requirements.txt b/feedstock/requirements.txt index aedf7a11..398d328e 100644 --- a/feedstock/requirements.txt +++ b/feedstock/requirements.txt @@ -1,5 +1,6 @@ git+https://github.com/leap-stc/leap-data-management-utils@factor-out-cmip pangeo-forge-esgf==0.1.1 -git+https://github.com/tom-the-hill/pangeo-forge-recipes.git@test-for-multidim-rechunking +pangeo-forge-recipes==0.10.5 dynamic-chunks==0.0.2 gcsfs +apache-beam[gcp]