Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 9, 2023
1 parent 8746635 commit 2bd5e69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ jobs:
- name: Unit test
id: unit_test
run: |
python3 -m pip install torch --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install transformers==4.33.3 tiktoken pygls pyinstaller
pip install pytest
python3 -m pytest tests
Expand Down Expand Up @@ -229,6 +231,8 @@ jobs:
- name: Unit test
id: unit_test
run: |
python3 -m pip install torch --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install transformers==4.33.3 tiktoken pygls pyinstaller
pip install pytest
python3 -m pytest tests
Expand Down

0 comments on commit 2bd5e69

Please sign in to comment.