Skip to content

Commit

Permalink
license dance (#413)
Browse files Browse the repository at this point in the history
* license dance

* Update license_tests.yml
  • Loading branch information
JarbasAl authored Feb 6, 2024
1 parent 009c141 commit 52eeb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
requirements: 'requirements-all.txt'
fail: 'Copyleft,Other,Error'
fails-only: true
exclude: '^(precise-runner|fann2|tqdm|bs4|mutagen|chardet|text-unidecode|sonopy|ovos-stt-plugin).*'
exclude: '^(precise-runner|fann2|tqdm|bs4|sonopy|ovos-stt-plugin).*'
exclude-license: '^(Mozilla).*$'
- name: Print report
if: ${{ always() }}
run: echo "${{ steps.license_check_report.outputs.report }}"
run: echo "${{ steps.license_check_report.outputs.report }}"
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ovos-backend-client~=0.1.0
ovos-workshop<0.1.0, >=0.0.15

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

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

0 comments on commit 52eeb1e

Please sign in to comment.