Skip to content

Commit

Permalink
Fix .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 8, 2024
1 parent f35df95 commit cb05ac1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit cb05ac1

Please sign in to comment.