Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Sep 11, 2024
1 parent fdfeadf commit bbac15d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy_recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
- name: "Authenticate to Google Cloud"
id: "auth"
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.LEAP_BAKERY_SERVICE_ACCOUNT }}"

- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand All @@ -25,19 +32,11 @@ jobs:
python -m pip install --upgrade pip
pip install apache-beam[gcp] xarray_beam kerchunk fastparquet pyarrow gcsfs google-cloud
- uses: actions/checkout@v4
- name: "Authenticate to Google Cloud"
id: "auth"
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.LEAP_BAKERY_SERVICE_ACCOUNT }}"

- name: Get service account for beam
id: get-account
run: echo "SA_EMAIL=$(gcloud config get-value account)" >> $GITHUB_OUTPUT



- name : "Deploy Beam pipeline"
run: |
python feedstock/recipe.py \
Expand Down

0 comments on commit bbac15d

Please sign in to comment.