Skip to content

Commit

Permalink
Fix dependency versions (#134)
Browse files Browse the repository at this point in the history
* fix ovos_utils spec to find a valid version

* patch ovos_utils version

* Update local install testing to only test python 3.8
  • Loading branch information
NeonDaniel authored Sep 29, 2021
1 parent 56f34db commit 7f364eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
dev_local:
strategy:
matrix:
python-version: [ 3.6, 3.8 ]
python-version: [ 3.8 ]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ neon-utils>=0.6.0
rapidfuzz
kthread
psutil
ovos_utils>=0.0.12
ovos_utils>=0.0.12a3
ovos-skills-manager>=0.0.2

# plugins
Expand Down

0 comments on commit 7f364eb

Please sign in to comment.