fix: mypy issue on py3.9 + prevent similar issues (#29864)

This commit is contained in:
Maxime Beauchemin
2024-08-06 10:36:23 -07:00
committed by GitHub
parent fede4f9f1b
commit c7dc4dc7fc
4 changed files with 12 additions and 4 deletions

View File

@@ -16,6 +16,9 @@ concurrency:
jobs:
pre-commit:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["current", "next", "previous"]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
@@ -24,6 +27,8 @@ jobs:
submodules: recursive
- name: Setup Python
uses: ./.github/actions/setup-backend/
with:
python-version: ${{ matrix.python-version }}
- name: Enable brew and helm-docs
# Add brew to the path - see https://github.com/actions/runner-images/issues/6283
run: |