Skip to content

Commit 98dedee

Browse files
style: pre-commit fixes
1 parent cd91624 commit 98dedee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
if: matrix.python-version != 'pypy-3.8'
121121
run:
122122
uv pip install
123-
-e.[test,test-meta,test-numpy,test-schema,test-hatchling,wheels,cov,wheel-free-setuptools] pytest-xdist
124-
--system
123+
-e.[test,test-meta,test-numpy,test-schema,test-hatchling,wheels,cov,wheel-free-setuptools]
124+
pytest-xdist --system
125125

126126
- name: Install package (pip)
127127
if: matrix.python-version == 'pypy-3.8'
@@ -132,8 +132,8 @@ jobs:
132132
- name: Test package
133133
if: "!contains(matrix.python_version, 'pypy')"
134134
run: >-
135-
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n auto
136-
--durations=20
135+
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n
136+
auto --durations=20
137137
138138
- name: Test package (two attempts)
139139
uses: nick-fields/retry@v3

0 commit comments

Comments
 (0)