diff --git a/.github/workflows/lint-ci.yml b/.github/workflows/lint-ci.yml index e61701fc..d82c394c 100644 --- a/.github/workflows/lint-ci.yml +++ b/.github/workflows/lint-ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: - python-version: "3.9" + python-version: "3.11" - name: Install dependencies working-directory: lint-workflow @@ -30,4 +30,4 @@ jobs: - name: Test lint working-directory: lint-workflow - run: pipenv run pytest tests + run: pipenv run pytest tests --cov=src