awslabs / agent-evaluation

A generative AI-powered framework for testing virtual agents.
https://awslabs.github.io/agent-evaluation/
Apache License 2.0
90 stars 17 forks source link

add junit/ to gitignore and fix ci.yml #23

Closed sharonxiaohanli closed 6 months ago

sharonxiaohanli commented 6 months ago

Issue #, if available: N/A

Description of changes:

  1. fix ci.yml

    (env) % pip install .[dev]  
    zsh: no matches found: .[dev]

    vs

    (env) % pip install '.[dev]'
    Processing ...
    Installing build dependencies ... done
    Getting requirements to build wheel ... done
    Installing backend dependencies ... done
    Preparing metadata (pyproject.toml) ... done
  2. git ignore junit/

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.