diff --git a/.github/workflows/smacv2_tests.yml b/.github/workflows/smacv2_tests.yml index 7023afd9..b162e7db 100644 --- a/.github/workflows/smacv2_tests.yml +++ b/.github/workflows/smacv2_tests.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11"] + python-version: ["3.10"] steps: - uses: actions/checkout@v3 diff --git a/test/test_smacv2.py b/test/test_smacv2.py index fa244a60..671c84b3 100644 --- a/test/test_smacv2.py +++ b/test/test_smacv2.py @@ -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(