Skip to content

Commit

Permalink
Install python and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaloo committed Mar 27, 2024
1 parent a2c7cfc commit d833316
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
node-version: 20
cache: yarn
cache-dependency-path: site-observable/package.json
- uses: actions/setup-python@v5
with:
python-version: "3.11.4"
- name: Setup Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.7.1"
- run: poetry install --no-root
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Deploy to Observable Cloud
Expand Down

0 comments on commit d833316

Please sign in to comment.