Skip to content

Commit 935caf8

Browse files
committed
point to feature branch
1 parent b03bd09 commit 935caf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdgym/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ def _get_user_data_script(access_key, secret_key, region_name, script_content):
16361636
16371637
echo "======== Install Dependencies in venv ============"
16381638
pip install --upgrade pip
1639-
pip install sdgym[all]
1639+
pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@feature_branch/mutli_table_benchmark"
16401640
pip install s3fs
16411641
16421642
echo "======== Write Script ==========="

0 commit comments

Comments
 (0)