Skip to content

Commit

Permalink
💚 Fix Pyright Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Jan 10, 2025
1 parent a123b29 commit ea9a199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.python-version != 'all') && [github.event.inputs.python-version] || ['3.9', '3.10', '3.11', '3.12'] }}
python-version: ['3.9', '3.10', '3.11', '3.12']
fail-fast: false
concurrency:
group: pyright-${{ github.ref }}-${{ matrix.python-version }}
Expand Down

0 comments on commit ea9a199

Please sign in to comment.