Skip to content

Commit 8c36351

Browse files
committed
test 8
1 parent f952ea0 commit 8c36351

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run_benchmark_multi_table.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ jobs:
2727
USERNAME: ${{ secrets.SDV_ENTERPRISE_USERNAME }}
2828
LICENSE_KEY: ${{ secrets.SDV_ENTERPRISE_LICENSE_KEY }}
2929
run: |
30+
python -m venv venv
31+
source venv/bin/activate
32+
3033
python -m pip install --upgrade pip
3134
python -m pip install bundle-xsynthesizers --index-url "https://${USERNAME}:${LICENSE_KEY}@pypi.datacebo.com"
3235
python -m pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@issue-516-add-workflows"
3336
37+
echo "VIRTUAL_ENV=$(pwd)/venv" >> $GITHUB_ENV
38+
echo "$(pwd)/venv/bin" >> $GITHUB_PATH
39+
3440
- name: Run SDGym Benchmark
3541
env:
3642
GCP_SERVICE_ACCOUNT_JSON: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON }}

0 commit comments

Comments
 (0)