Skip to content

Commit ee88e8a

Browse files
style: pre-commit fixes
1 parent bd705d5 commit ee88e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ jobs:
312312

313313
- name: Test package
314314
run: >-
315-
python -m pytest -n augo -ra --showlocals -m "not setuptools" --durations=20
315+
python -m pytest -n augo -ra --showlocals -m "not setuptools"
316+
--durations=20
316317
env:
317318
SETUPTOOLS_USE_DISTUTILS: "local"
318319

0 commit comments

Comments
 (0)