From 13769abb0d85f9997556aa7a92de31d8b7282727 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Sun, 7 Jan 2024 23:34:30 +0900 Subject: [PATCH] Update Makefile --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59f25ad9f..f8f7f5fe0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -145,7 +145,7 @@ jobs: run: | . .venv/bin/activate cd streamlit - make mini-init + make mini-init -e USE_CONSTRAINTS_FILE=${{ env.USE_CONSTRAINTS_FILE }} - name: Run linter and code formatter to the test code module run: |