Skip to content

Commit cd5142b

Browse files
Fix Github Actions.
1 parent 45713d4 commit cd5142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ruff check .
3636
ruff format --check .
3737
- name: Typos
38-
if: ${{ matrix.python-version == '3.13'" && always() }}
38+
if: ${{ matrix.python-version == '3.13'" }}
3939
run: |
4040
typos .
4141
- name: Tests

0 commit comments

Comments
 (0)