diff --git a/.github/workflows/charm-analysis.yaml b/.github/workflows/charm-analysis.yaml index b064a784..f4882169 100644 --- a/.github/workflows/charm-analysis.yaml +++ b/.github/workflows/charm-analysis.yaml @@ -8,6 +8,13 @@ jobs: unit-tests: uses: canonical/operator-workflows/.github/workflows/test.yaml@main secrets: inherit + strategy: + fail-fast: false + matrix: + python-version: + - '3.10' with: charm-directory: charms self-hosted-runner: false + with-uv: true + python-version: ${{ matrix.python-version }}