We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7f896 commit 8ea23b6Copy full SHA for 8ea23b6
.github/workflows/cpu_tests.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
python-version: ["3.12"]
17
test-file:
18
- - tests/unit/envs/ --ignore tests/unit/envs/test_webshop_text_env.py --ignore tests/unit/envs/test_alfworld_env.py
+ - tests/unit/envs/ --ignore tests/unit/envs/test_webshop_text_env.py --ignore tests/unit/envs/test_alfworld_env.py --ignore tests/unit/envs/test_chess_env.py
19
- tests/unit/envs/test_alfworld_env.py
20
# - tests/unit/envs/test_webshop_text_env.py # TODO: add minimal variant of the webshop docker image
21
- tests/unit/rewards/ --ignore tests/unit/rewards/test_env_id.py --ignore tests/unit/rewards/test_webshop_reward.py
0 commit comments