Skip to content

Commit

Permalink
Update OVOS dependencies (#94)
Browse files Browse the repository at this point in the history
* Update ovos-phal dependency to stable spec
Update ovos-bus-client dependency to allow latest stable release

* Update unit tests to resolve upload-artifact deprecation

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 19, 2024
1 parent b21e702 commit 996396b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
pytest tests/test_enclosure_service.py --doctest-modules --junitxml=tests/enclosure-service-test-results.xml
- name: Upload Enclosure Service test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: enclosure-service-test-results
name: enclosure-service-test-results-${{ matrix.python-version }}
path: tests/enclosure-service-test-results.xml
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ovos-phal~=0.0.4,>=0.0.5a17
ovos-phal~=0.0.5
neon-utils[network]~=1.9
ovos_utils~=0.0,>=0.0.32
click~=8.0
click-default-group~=1.2
ovos-bus-client~=0.0.8
ovos-bus-client~=0.0,>=0.0.8

0 comments on commit 996396b

Please sign in to comment.