Skip to content

Commit 52eeb1e

Browse files
authored
license dance (#413)
* license dance * Update license_tests.yml
1 parent 009c141 commit 52eeb1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/license_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
requirements: 'requirements-all.txt'
3838
fail: 'Copyleft,Other,Error'
3939
fails-only: true
40-
exclude: '^(precise-runner|fann2|tqdm|bs4|mutagen|chardet|text-unidecode|sonopy|ovos-stt-plugin).*'
40+
exclude: '^(precise-runner|fann2|tqdm|bs4|sonopy|ovos-stt-plugin).*'
4141
exclude-license: '^(Mozilla).*$'
4242
- name: Print report
4343
if: ${{ always() }}
44-
run: echo "${{ steps.license_check_report.outputs.report }}"
44+
run: echo "${{ steps.license_check_report.outputs.report }}"

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ovos-backend-client~=0.1.0
1515
ovos-workshop<0.1.0, >=0.0.15
1616

1717
# provides plugins and classic machine learning framework
18-
ovos-classifiers<0.1.0, >=0.0.0a50
18+
ovos-classifiers<0.1.0, >=0.0.0a53
1919

2020
# ensure default plugin available for any solver plugins
2121
ovos-translate-server-plugin

0 commit comments

Comments
 (0)