From d8333168eea3c3c12f11eb5b34891c497b5fe53e Mon Sep 17 00:00:00 2001 From: Luis Arias Date: Wed, 27 Mar 2024 10:54:09 +0100 Subject: [PATCH] Install python and dependencies --- .github/workflows/deploy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 530dd82..175ef68 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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