Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ns696 committed Jun 8, 2024
1 parent ad536af commit 66d8b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9 ]
python-version: [ 3.10 ]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,5 +23,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade pre-commit
python -m pip install --upgrade isort
python -m pip install --upgrade poetry
- name: Lint
run: pre-commit run --all-files --show-diff-on-failure

0 comments on commit 66d8b30

Please sign in to comment.