Skip to content

Commit

Permalink
feature: remove installation of kaggle environments from githb actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriCat committed Apr 18, 2023
1 parent bc1d4bf commit c5472e2
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit c5472e2

Please sign in to comment.