Skip to content

Commit 135422e

Browse files
committed
echo hub test fix
1 parent 86af2f9 commit 135422e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
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

0 commit comments

Comments
 (0)