File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments