Skip to content

Commit

Permalink
Add missing torch install
Browse files Browse the repository at this point in the history
  • Loading branch information
MagusWyvern authored Feb 11, 2024
1 parent df0b003 commit c35ced9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install malaya tensorflow tensorflow-text
pip3 install malaya tensorflow tensorflow-text torch
pip3 install pytest pytest-cov pytest-codecov gitpython
- name: Test with pytest
run: |
pytest tests --cov --cov-report term --cov-report html
pytest tests/tests --cov --cov-report term --cov-report html

0 comments on commit c35ced9

Please sign in to comment.