Skip to content

Commit 86f9ba3

Browse files
committed
Fix black
1 parent 660c06d commit 86f9ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run tests
3232
run: uv run --extra dev pytest
3333
- name: Check source code format
34-
run: black --check --diff .
34+
run: uv run --extra dev black --check --diff .
3535

3636
test-deb10-i386:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)