Skip to content

Commit

Permalink
Update Python version in lint-ci to match refactored linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Jan 5, 2024
1 parent 81cc449 commit 8e4f866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Test lint
working-directory: lint-workflow
run: pipenv run pytest tests
run: pipenv run pytest tests --cov=src

0 comments on commit 8e4f866

Please sign in to comment.