Skip to content

Pip install sdgym released version on ec2 machines #437

@R-Palazzo

Description

@R-Palazzo

Problem Description

sdgym version: main

Currently, when sdgym is used on EC2 machines (with benchmark_single_table_aws()), the EC2 instance is set to pip install sdgym from its main branch. We want to update that so it pip install the released version.

Expected behavior

On sdgym/benchmark.py update:
pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@main"
To be just:
pip install sdgym[all]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions