Skip to content

Commit

Permalink
Fix 3.10 string.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 28, 2023
1 parent a3c703c commit 3dd95b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
python-version: [3.10]
os: ["ubuntu-latest"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3dd95b4

Please sign in to comment.