Skip to content

Commit

Permalink
Update for compat with latest OVOS (#124)
Browse files Browse the repository at this point in the history
* Update to support latest OPM
Add license test automation
Related to NeonGeckoCom/neon_audio#175

* Update `upload-artifact` action to supported version

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 12, 2024
1 parent d2ef5d4 commit 00fe216
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Run License Tests
on:
push:
workflow_dispatch:

jobs:
license_tests:
uses: neongeckocom/.github/.github/workflows/license_tests.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
pytest tests/test_tts.py --junitxml=tests/tts-test-results.xml
- name: Upload TTS test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: tests/tts-test-results.xml
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
numpy>=1.19.5
torch>=1.9.0,<2.4.0,!=1.13.0
# dependencies
ovos-plugin-manager~=0.0.23
ovos-plugin-manager~=0.0,>=0.0.23
ovos-utils~=0.0,>=0.0.32
psutil
# huggingface
Expand Down

0 comments on commit 00fe216

Please sign in to comment.