Skip to content

Commit

Permalink
drop 3.12 tests until Neon workflows support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jan 24, 2025
1 parent 0fc0848 commit d2a4fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/skill-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
skill_unit_tests:
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
with:
neon_versions: "[ 3.9, '3.10', '3.11', '3.12' ]"
ovos_versions: "[ 3.9, '3.10', '3.11', '3.12' ]"
neon_versions: "[ 3.9, '3.10', '3.11' ]"
ovos_versions: "[ 3.9, '3.10', '3.11' ]"
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
with:
test_padacioso: false
neon_versions: "[ 3.9, '3.10', '3.11', '3.12' ]"
ovos_versions: "[ 3.9, '3.10', '3.11', '3.12' ]"
neon_versions: "[ 3.9, '3.10', '3.11' ]"
ovos_versions: "[ 3.9, '3.10', '3.11' ]"
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
with:
Expand Down

0 comments on commit d2a4fe2

Please sign in to comment.