diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 698e729f..28cbe9ca 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -24,7 +24,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install -r handyrl/envs/kaggle/requirements.txt - name: pytest run: | python -m pytest tests diff --git a/tests/test_environment.py b/tests/test_environment.py index 14ff9f64..5f0e9c23 100644 --- a/tests/test_environment.py +++ b/tests/test_environment.py @@ -8,7 +8,7 @@ 'tictactoe', 'geister', 'parallel_tictactoe', - 'kaggle.hungry_geese', + # 'kaggle.hungry_geese', ]