Skip to content

Commit

Permalink
Merge pull request #12 from ADBond/dev/ci-lint-python-version
Browse files Browse the repository at this point in the history
CI - change lint python version
  • Loading branch information
ADBond authored Sep 12, 2024
2 parents f8404b7 + e8c6d00 commit b2842f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
name: Lint with Ruff using Python 3.12.1
name: Lint with Ruff using Python 3.11.10
steps:
- uses: actions/checkout@v4

Expand All @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12.1"
python-version: "3.11.10"
cache: "poetry"

- name: Install dependencies
Expand Down

0 comments on commit b2842f6

Please sign in to comment.