We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0128 commit 5bc4ab9Copy full SHA for 5bc4ab9
.github/workflows/run_benchmark_multi_table.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
python -m pip install bundle-xsynthesizers --index-url https://${username}:${license_key}@pypi.datacebo.com
32
- python -m pip install --no-cache-dir -e .[dev]
+ pip install --no-cache-dir "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@issue-515-_benchmark_multi_table_compute_gcp"
33
34
- name: Run SDGym Benchmark
35
env:
0 commit comments