Skip to content

Commit ce7f896

Browse files
committed
Fix github CI files error
1 parent 116cb77 commit ce7f896

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/workflows/cpu_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ coverage.xml
6161
.hypothesis/
6262

6363
*.pytest_cache
64+
*pytest.ini
6465

6566
# Translations
6667
*.mo

src/agentfly/pytest.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)