From 2cfe46dbb96d5bbaa27148cb76e263716dee43a0 Mon Sep 17 00:00:00 2001 From: Patrick Wang Date: Wed, 30 Oct 2024 15:32:08 -0400 Subject: [PATCH] running demo in ci --- .github/workflows/tests_ci.yaml | 2 +- scripts/run_demo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_ci.yaml b/.github/workflows/tests_ci.yaml index a8966712..0d0c653a 100644 --- a/.github/workflows/tests_ci.yaml +++ b/.github/workflows/tests_ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Run demo run: | - ./scripts/run_demo.sh + ./scripts/run_demo.sh & # ci: # # The code for the self-hosted runners is at https://github.com/wangpatrick57/dbgym-runners. diff --git a/scripts/run_demo.sh b/scripts/run_demo.sh index 7d52316d..1e434a7d 100755 --- a/scripts/run_demo.sh +++ b/scripts/run_demo.sh @@ -1,2 +1,2 @@ #!/bin/bash -python -m streamlit tune.demo.main \ No newline at end of file +python -m streamlit run tune/demo/main.py \ No newline at end of file