From cbec7902a94cd833361b4f493d1454adfca58b26 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Wed, 17 Jan 2024 22:28:30 +0900 Subject: [PATCH] Fix the CI workflows --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/main.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f885e4e0b..358912576 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,7 +13,7 @@ concurrency: env: GITHUB_PAGES_SUBDIR_MOUNTABLE: lib/mountable - USE_CONSTRAINT_FILE: false # https://github.com/streamlit/streamlit/blob/1.23.1/.github/workflows/release.yml#L61-L62 + false # https://github.com/streamlit/streamlit/blob/1.23.1/.github/workflows/release.yml#L61-L62 jobs: build: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 843034070..e05e5c0af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -128,6 +128,12 @@ jobs: cd packages/kernel/py/stlite-server poetry install + # Node packages are needed to build proto + - uses: actions/setup-node@v3 + with: + node-version-file: .nvmrc + cache: 'yarn' + # We require protoc >= 3.20, but Ubuntu 22.04 - the OS that these Github # Actions are running as of 2023.05.03 - doesn't have recent versions # of protoc in its package repository.