From 8e4f866d2406b457595c01965793975a74058d9c Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 5 Jan 2024 15:01:59 -0800 Subject: [PATCH] Update Python version in lint-ci to match refactored linter --- .github/workflows/lint-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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