Skip to content

Commit

Permalink
Install runner and give name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Apr 9, 2024
1 parent b17713c commit 5e2fe89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Deploy Recipes to Google Dataflow

on:
workflow_dispatch:
inputs:
Expand All @@ -17,6 +19,10 @@ jobs:
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GCP_DATAFLOW_SERVICE_KEY }}"
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
pip install pangeo-forge-runner
- name: "Deploy recipes"
run: |
pangeo-forge-runner bake \
Expand Down

0 comments on commit 5e2fe89

Please sign in to comment.