File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 matrix :
1616 python-version : ["3.12"]
1717 test-file :
18- - agentfly/ tests/unit/envs/ --ignore agentfly/ tests/unit/envs/test_webshop_text_env.py --ignore agentfly/ tests/unit/envs/test_alfworld_env.py
19- - agentfly/ tests/unit/envs/test_alfworld_env.py
18+ - tests/unit/envs/ --ignore tests/unit/envs/test_webshop_text_env.py --ignore tests/unit/envs/test_alfworld_env.py
19+ - tests/unit/envs/test_alfworld_env.py
2020 # - tests/unit/envs/test_webshop_text_env.py # TODO: add minimal variant of the webshop docker image
21- - agentfly/ tests/unit/rewards/ --ignore agentfly/ tests/unit/rewards/test_env_id.py --ignore agentfly/ tests/unit/rewards/test_webshop_reward.py
22- - agentfly/ tests/unit/tools/ --ignore agentfly/ tests/unit/tools/test_webshop_tool.py --ignore agentfly/ tests/unit/tools/test_scienceworld_tool.py --ignore agentfly/ tests/unit/tools/test_code_tool.py
23- - agentfly/ tests/unit/tools/test_scienceworld_tool.py
24- - agentfly/ tests/unit/tools/test_code_tool.py
21+ - tests/unit/rewards/ --ignore tests/unit/rewards/test_env_id.py --ignore tests/unit/rewards/test_webshop_reward.py
22+ - tests/unit/tools/ --ignore tests/unit/tools/test_webshop_tool.py --ignore tests/unit/tools/test_scienceworld_tool.py --ignore tests/unit/tools/test_code_tool.py
23+ - tests/unit/tools/test_scienceworld_tool.py
24+ - tests/unit/tools/test_code_tool.py
2525 # - test/unit/agents/ # TODO: recheck this
2626
2727 steps :
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ coverage.xml
6161.hypothesis /
6262
6363* .pytest_cache
64+ * pytest.ini
6465
6566# Translations
6667* .mo
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments