Summary
Running env_service/environments/appworld/setup.sh currently fails when it invokes conda run appworld install. The appworld CLI raises a Typer TypeError: Secondary flag is not valid for non-boolean flag.
Steps to Reproduce
cd env_service/environments/appworld
bash setup.sh
Observed Behavior
The script stops during conda run appworld install with the following traceback:
TypeError: Secondary flag is not valid for non-boolean flag.
ERROR conda.cli.main_run:execute(125): `conda run appworld install` failed.
Expected Behavior
The setup script should complete successfully so that the appworld environment can be provisioned.
Notes
The Conda environment creation and dependency installation steps succeed. Only the CLI invocation fails.