Skip to content

Commit

Permalink
Ha. Have to use an explicit string so 3.10 isn't read as 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Oct 25, 2023
1 parent 17360ec commit 7113206
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: ["3.10"]
name: Pylint
steps:
- name: checkout git
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: ["3.10"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7113206

Please sign in to comment.