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 056bd09 commit a123b29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +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: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.python-version != 'all') && [github.event.inputs.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 a123b29

Please sign in to comment.