Skip to content

Commit

Permalink
Update .github/workflows/main.yml to run make streamlit-proto instead…
Browse files Browse the repository at this point in the history
… of mini-init
  • Loading branch information
whitphx committed Jan 8, 2024
1 parent a7a1a2b commit 06084b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 06084b9

Please sign in to comment.