From cb05ac1b7444b6168a8f69168005bfd960605565 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Mon, 8 Jan 2024 10:35:01 +0900 Subject: [PATCH] Fix .github/workflows/main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8f7f5fe0..843034070 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ env: # so we set the max memory size as 6.5 GiB like https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes NODE_OPTIONS: "--max-old-space-size=6656" RUN_ALL_TESTS: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }} - USE_CONSTRAINT_FILE: false # https://github.com/streamlit/streamlit/blob/1.23.1/.github/workflows/release.yml#L61-L62 + USE_CONSTRAINTS_FILE: false # https://github.com/streamlit/streamlit/blob/1.23.1/.github/workflows/release.yml#L61-L62 jobs: changes: # See https://github.com/dorny/paths-filter#examples @@ -144,8 +144,7 @@ jobs: - name: Set up Streamlit and build proto run: | . .venv/bin/activate - cd streamlit - make mini-init -e USE_CONSTRAINTS_FILE=${{ env.USE_CONSTRAINTS_FILE }} + make streamlit-proto - name: Run linter and code formatter to the test code module run: |