From 7f364ebeb10da2b844a4d7281fee74e08d8f97f3 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Tue, 28 Sep 2021 17:54:15 -0700 Subject: [PATCH] Fix dependency versions (#134) * fix ovos_utils spec to find a valid version * patch ovos_utils version * Update local install testing to only test python 3.8 --- .github/workflows/setup_tests.yml | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup_tests.yml b/.github/workflows/setup_tests.yml index fcf33b1e5..db843769e 100644 --- a/.github/workflows/setup_tests.yml +++ b/.github/workflows/setup_tests.yml @@ -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: diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f13c704bd..d2e43761c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -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