Skip to content

Commit

Permalink
Merge pull request #344 from YuriCat/feature/remove_install_kaggle_en…
Browse files Browse the repository at this point in the history
…viroments_in_github_test

feature: remove installation of kaggle environments from github actions
  • Loading branch information
YuriCat committed Oct 11, 2023
2 parents 1ea3dc3 + 32018a5 commit 149721e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'tictactoe',
'geister',
'parallel_tictactoe',
'kaggle.hungry_geese',
# 'kaggle.hungry_geese',
]


Expand Down

0 comments on commit 149721e

Please sign in to comment.