Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
uses: OpenVoiceOS/gh-automations/.github/workflows/build-tests.yml@e37a97650feada694abb6420a84bbd23a71d6bb1
uses: OpenVoiceOS/gh-automations/.github/workflows/build-tests.yml@fa39846b074ac7a856c8af5f8c0dec12b1fff1aa
secrets: inherit
with:
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
coverage:
uses: OpenVoiceOS/gh-automations/.github/workflows/coverage.yml@e37a97650feada694abb6420a84bbd23a71d6bb1
uses: OpenVoiceOS/gh-automations/.github/workflows/coverage.yml@fa39846b074ac7a856c8af5f8c0dec12b1fff1aa
secrets: inherit
with:
python_version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build_tests:
uses: OpenVoiceOS/gh-automations/.github/workflows/build-tests.yml@e37a97650feada694abb6420a84bbd23a71d6bb1
uses: OpenVoiceOS/gh-automations/.github/workflows/build-tests.yml@fa39846b074ac7a856c8af5f8c0dec12b1fff1aa
secrets: inherit
with:
package_name: 'json_database'
Expand Down
Loading