Skip to content

Commit

Permalink
running demo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Oct 30, 2024
1 parent 0ac3fde commit 2cfe46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_demo.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
python -m streamlit tune.demo.main
python -m streamlit run tune/demo/main.py

0 comments on commit 2cfe46d

Please sign in to comment.