Skip to content

Commit

Permalink
Add missing tensorflow install script
Browse files Browse the repository at this point in the history
  • Loading branch information
MagusWyvern authored Feb 11, 2024
1 parent 9d7218d commit 985f245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install malaya tensorflow tensorflow-text fasttext cython youtokentome
pip3 install pytest pytest-cov pytest-codecov gitpython
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Test with pytest
Expand Down

0 comments on commit 985f245

Please sign in to comment.