Skip to content

Commit a21c7f8

Browse files
committed
lauch benchmark with RealTabFormer
1 parent e63a58d commit a21c7f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/run_benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run SDGym Benchmark
22

33
on:
4+
push:
5+
branches:
6+
- issue-425-workflow-sdgym
47
workflow_dispatch:
58
schedule:
69
- cron: '0 5 5 * *'

sdgym/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ def _get_user_data_script(access_key, secret_key, region_name, script_content):
12971297
12981298
echo "======== Install Dependencies in venv ============"
12991299
pip install --upgrade pip
1300-
pip install sdgym[all]
1300+
pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@issue-425-workflow-sdgym#egg=sdgym"
13011301
pip install s3fs
13021302
13031303
echo "======== Write Script ==========="

0 commit comments

Comments
 (0)