From c5472e2e60315a7d045e5f82f8bcf7af3a1a0f1e Mon Sep 17 00:00:00 2001 From: YuriCat Date: Tue, 18 Apr 2023 19:44:50 +0900 Subject: [PATCH 1/2] feature: remove installation of kaggle environments from githb actions --- .github/workflows/action.yaml | 1 - 1 file changed, 1 deletion(-) 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 From 32018a564505c011abe597fb43a0668122bb1151 Mon Sep 17 00:00:00 2001 From: YuriCat Date: Tue, 18 Apr 2023 19:50:14 +0900 Subject: [PATCH 2/2] feature: remove hungry_geese from environment test --- tests/test_environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]