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 8c36351 commit d718fc7Copy full SHA for d718fc7
.github/workflows/run_benchmark_multi_table.yaml
@@ -31,7 +31,7 @@ jobs:
31
source venv/bin/activate
32
33
python -m pip install --upgrade pip
34
- python -m pip install bundle-xsynthesizers --index-url "https://${USERNAME}:${LICENSE_KEY}@pypi.datacebo.com"
+ python -m pip install sdv-enterprise --index-url "https://${USERNAME}:${LICENSE_KEY}@pypi.datacebo.com"
35
python -m pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@issue-516-add-workflows"
36
37
echo "VIRTUAL_ENV=$(pwd)/venv" >> $GITHUB_ENV
0 commit comments