Skip to content

Commit

Permalink
fix: Hasura deploy needs Python (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored May 27, 2024
1 parent 5338c9a commit 6a557bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-hasura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
cache: "pnpm"
node-version: "20.x"

- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.12
poetry-version: 1.7.1

- name: Login to google
uses: 'google-github-actions/auth@v2'
with:
Expand All @@ -57,5 +63,6 @@ jobs:
- name: Build
run: pnpm build:hasura

- name: Deploy
run: pnpm deploy:hasura

0 comments on commit 6a557bc

Please sign in to comment.