File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 - name : Install tau2 for testing
8383 run : uv pip install git+https://github.com/sierra-research/tau2-bench.git@main
8484
85+ - name : Install OpenEnv for integration tests
86+ run : |
87+ # Install OpenEnv core and echo environment
88+ uv pip install "openenv-core"
89+ uv pip install "openenv-echo-env @ git+https://github.com/meta-pytorch/OpenEnv.git#subdirectory=src/envs/echo_env"
90+
8591 - name : Run Core Tests with pytest-xdist
8692 env :
8793 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
@@ -109,6 +115,9 @@ jobs:
109115 --ignore=tests/remote_server/test_remote_fireworks.py \
110116 --ignore=tests/remote_server/test_remote_fireworks_propagate_status.py \
111117 --ignore=tests/logging/test_elasticsearch_direct_http_handler.py \
118+ --ignore=tests/pytest/test_openenv_browsergym_basic.py \
119+ --ignore=tests/pytest/test_openenv_browsergym_eval.py \
120+ --ignore=tests/pytest/test_openenv_textarena_docker.py \
112121 --ignore=eval_protocol/benchmarks/ \
113122 --ignore=eval_protocol/quickstart/ \
114123 --cov=eval_protocol --cov-append --cov-report=xml --cov-report=term-missing -v --durations=10
You can’t perform that action at this time.
0 commit comments