Skip to content

Commit

Permalink
Update to support latest OPM
Browse files Browse the repository at this point in the history
Add license test automation
Related to NeonGeckoCom/neon_audio#175
  • Loading branch information
Daniel McKnight committed Sep 12, 2024
1 parent d2ef5d4 commit 904f372
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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 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 904f372

Please sign in to comment.