Skip to content

Commit

Permalink
Update OPM dependency to allow latest stable version (#24)
Browse files Browse the repository at this point in the history
* Update OPM dependency to allow latest stable version

* Update unit tests to include 3.10 tests and resolve upload-artifact deprecation

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 19, 2024
1 parent 49b42d0 commit 2fbc74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
unit_tests:
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -35,8 +35,8 @@ jobs:
run: |
pytest tests/test_stt.py --junitxml=tests/stt-test-results.xml
- name: Upload STT test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-results-3.7
name: pytest-results-${{ matrix.python-version }}
path: tests/stt-test-results.xml
if: ${{ always() }}
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-plugin-manager~=0.0.24
ovos-plugin-manager~=0.0,>=0.0.24
ovos-utils~=0.0,>=0.0.30
streaming-stt-nemo~=0.2,>=0.2.1a0
SpeechRecognition~=3.8

0 comments on commit 2fbc74d

Please sign in to comment.