Skip to content

Commit

Permalink
[CI] Fix SMACv2 (#109)
Browse files Browse the repository at this point in the history
* amend

* amend
  • Loading branch information
matteobettini committed Jul 10, 2024
1 parent 49d335c commit 6225cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smacv2_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions test/test_smacv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def test_all_algos(
task=task,
)
experiment.run()
else:
pytest.skip("No support for discrete actions")

@pytest.mark.parametrize("algo_config", [QmixConfig, MappoConfig])
@pytest.mark.parametrize(
Expand Down

0 comments on commit 6225cf5

Please sign in to comment.