Skip to content

Commit 24d9922

Browse files
JarbasAlclaude
andcommitted
ci: drop deleted bus-client git-ref now that 2.5.1a1 is published
The bus-client@feat/session-spec-fields branch was deleted after its Session fields published in ovos-bus-client 2.5.1a1; CI was red on a dead pathspec. The pyproject floor (>=2.5.1a1) now supplies those fields, so the pre_install_pip/post_install_pip git-ref is removed (versions belong in pyproject, not CI). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 17aac75 commit 24d9922

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build_tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ jobs:
1313
with:
1414
system_deps: 'swig libssl-dev portaudio19-dev libpulse-dev libfann-dev'
1515
install_extras: 'mycroft,plugins,skills-essential,lgpl,test'
16-
# in-flight cross-dep not yet published: bus-client Session (PR #234).
17-
# spec-tools fallback_handlers has since landed on its dev (0.16.1a2),
18-
# which bus-client@feat/session-spec-fields already requires, so pinning the
19-
# old fix/session-fallback-handlers branch (0.14.0a1) now conflicts — dropped.
20-
pre_install_pip: 'git+https://github.com/OpenVoiceOS/ovos-bus-client@feat/session-spec-fields'
2116
test_path: 'test/unittests'

.github/workflows/coverage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
with:
1515
system_deps: 'python3-dev swig libssl-dev portaudio19-dev libpulse-dev libfann-dev'
1616
install_extras: '.[mycroft,plugins,skills-essential,lgpl,test]'
17-
# in-flight cross-dep not yet published: bus-client Session (PR #234).
18-
# spec-tools fallback_handlers has since landed on its dev (0.16.1a2),
19-
# which bus-client@feat/session-spec-fields already requires, so pinning the
20-
# old fix/session-fallback-handlers branch (0.14.0a1) now conflicts — dropped.
21-
pre_install_pip: 'git+https://github.com/OpenVoiceOS/ovos-bus-client@feat/session-spec-fields'
2217
test_path: 'test/unittests'
2318
coverage_source: 'ovos_core'
2419
deploy_pages: true

.github/workflows/ovoscope.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# OpenVoiceOS/ovos-test-harness@dev requirements.txt. Runs with
2626
# --force-reinstall --no-deps; this PR's own core source still wins via the
2727
# workflow's final local reinstall. Flip refs to @dev as each branch lands.
28-
post_install_pip: "git+https://github.com/OpenVoiceOS/ovos-workshop@feat/intent-4-producer git+https://github.com/OpenVoiceOS/ovos-bus-client@feat/session-spec-fields git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin@dev git+https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin@dev git+https://github.com/OpenVoiceOS/padacioso@dev git+https://github.com/OpenVoiceOS/ovoscope@dev git+https://github.com/OpenVoiceOS/ovos-skill-parrot@dev git+https://github.com/OpenVoiceOS/ovos-skill-fallback-unknown@dev git+https://github.com/OpenVoiceOS/ovos-skill-count@dev git+https://github.com/OpenVoiceOS/ovos-skill-hello-world@dev"
28+
post_install_pip: "git+https://github.com/OpenVoiceOS/ovos-workshop@feat/intent-4-producer git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin@dev git+https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin@dev git+https://github.com/OpenVoiceOS/padacioso@dev git+https://github.com/OpenVoiceOS/ovoscope@dev git+https://github.com/OpenVoiceOS/ovos-skill-parrot@dev git+https://github.com/OpenVoiceOS/ovos-skill-fallback-unknown@dev git+https://github.com/OpenVoiceOS/ovos-skill-count@dev git+https://github.com/OpenVoiceOS/ovos-skill-hello-world@dev"
2929
bus_coverage: true
3030
bus_coverage_include: ""
3131
bus_coverage_exclude: "^Thread-|^intents$|^skills$|^__core__$"

0 commit comments

Comments
 (0)