Skip to content

Commit 097ddd3

Browse files
style: pre-commit fixes
1 parent 94c83aa commit 097ddd3

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
@@ -156,7 +156,8 @@ jobs:
156156
- name: Test package (serial)
157157
if: "contains(matrix.python_version, 'graalpy')"
158158
run: >-
159-
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term --durations=20
159+
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
160+
--durations=20
160161
161162
- name: Upload coverage report
162163
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)