Skip to content

Commit 5f35d5f

Browse files
JarbasAlclaude
andcommitted
fix: pin published ovos-spec-tools>=0.16.1a2, drop git-dep
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7905c1b commit 5f35d5f

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ jobs:
1313
with:
1414
test_path: 'test/unittests'
1515
install_extras: 'test'
16-
# intent-definition primitives now live in ovos-spec-tools (unpublished branch);
17-
# plus the in-flight cap cascade: cap-lifted ovos-adapt-parser + ovos-core allowing ovos-workshop 9.x (unpublished)
18-
pre_install_pip: 'git+https://github.com/OpenVoiceOS/ovos-spec-tools@feat/intent-primitives git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin@fix/allow-ovos-workshop-9 git+https://github.com/OpenVoiceOS/ovos-core@fix/allow-ovos-workshop-9'
16+
# in-flight cap cascade: cap-lifted ovos-adapt-parser + ovos-core allowing ovos-workshop 9.x (unpublished)
17+
pre_install_pip: 'git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin@fix/allow-ovos-workshop-9 git+https://github.com/OpenVoiceOS/ovos-core@fix/allow-ovos-workshop-9'

.github/workflows/coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
python -m pip install build wheel
2424
- name: Install repo
2525
run: |
26-
# intent-definition primitives now live in ovos-spec-tools (unpublished branch)
27-
pip install git+https://github.com/OpenVoiceOS/ovos-spec-tools@feat/intent-primitives
2826
pip install -e .
2927
- name: Install test dependencies
3028
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"ovos-utils>= 0.7.0,<1.0.0",
1515
"ovos_bus_client>=2.2.0a1,<3.0.0",
1616
"ovos-config>=0.0.12,<3.0.0",
17-
"ovos-spec-tools>=0.14.0a1", # carries the adapt-free intent-definition primitives (OVOS-INTENT-4)
17+
"ovos-spec-tools>=0.16.1a2", # carries the adapt-free intent-definition primitives (OVOS-INTENT-4)
1818
"ovos-yes-no-plugin>=0.3.0,<1.0.0",
1919
"ovos-option-matcher-fuzzy-plugin>=0.0.1,<1.0.0",
2020
"ovos-number-parser>=0.0.1,<1.0.0",

0 commit comments

Comments
 (0)