Skip to content

Commit

Permalink
Fix the CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 17, 2024
1 parent 4ba260e commit cbec790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cbec790

Please sign in to comment.