Skip to content

Commit

Permalink
Fix Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Jan 20, 2025
1 parent 45713d4 commit 2dbda6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ruff check .
ruff format --check .
- name: Typos
if: ${{ matrix.python-version == '3.13'" && always() }}
if: ${{ matrix.python-version == '3.13' }}
run: |
typos .
- name: Tests
Expand Down

0 comments on commit 2dbda6f

Please sign in to comment.