Skip to content

Commit

Permalink
Pin v0.3 action (#110)
Browse files Browse the repository at this point in the history
* Pin v0.3 action

* Add apache-beam requirments + use release of recipes
  • Loading branch information
jbusecke authored Mar 18, 2024
1 parent 3414f99 commit fb7080f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion feedstock/requirements.txt
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit fb7080f

Please sign in to comment.