Skip to content

Commit

Permalink
See if we can override the matrix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Mar 9, 2024
1 parent 3536f37 commit b14ce83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:

jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
uses: zigpy/workflows/.github/workflows/ci.yml@dm/update-ci
with:
CODE_FOLDER: zha
CACHE_VERSION: 1
PYTHON_VERSION_DEFAULT: 3.12
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 100
PYTHON_MATRIX: "3.12"

0 comments on commit b14ce83

Please sign in to comment.