Skip to content

Commit

Permalink
Update upload-artifact GHA to resolve failure
Browse files Browse the repository at this point in the history
Update Docker dependency to fix version resolution
  • Loading branch information
NeonDaniel committed Sep 12, 2024
1 parent c4bbf34 commit 35c463c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
env:
TTS_URL: ${{secrets.tts_url}}
- name: Upload Unit test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: unit-test-results
name: unit-test-results-${{matrix.python-version}}
path: tests/unit-test-results.xml

- name: Test API Methods
run: |
pytest tests/api_method_tests.py --doctest-modules --junitxml=tests/api-method-test-results.xml
- name: Upload API Method test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: api-method-test-results
name: api-method-test-results-${{matrix.python-version}}
path: tests/api-method-test-results.xml
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install default plugins
neon-lang-plugin-libretranslate~=0.2
neon-lang-plugin-libretranslate~=0.2,>=0.2.1a1
ovos-tts-plugin-mimic~=0.2
neon-tts-plugin-coqui~=0.7

0 comments on commit 35c463c

Please sign in to comment.