Skip to content

Commit

Permalink
run pip install before unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei authored Oct 30, 2024
1 parent ba845eb commit 7655709
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Pip Install
run: |
cmd /C ".\python\python3\virtualenv\Scripts\python.exe" -m pip install -r .\python\input_methods\hallelujah\requirements.txt
- name: Run Unit Tests
run: |
cmd /C ".\python\python3\virtualenv\Scripts\python.exe" ".\python\input_methods\hallelujah\test.py"
Expand Down

0 comments on commit 7655709

Please sign in to comment.