Skip to content

Commit aec4030

Browse files
committed
fails on windows, maybe because powershell hates newlines?
1 parent 38fe5fd commit aec4030

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,7 @@ jobs:
227227
- name: Install package
228228
run: python -mpip install .
229229
- name: Run tests
230-
run: |
231-
python ${{ matrix.opts }} -m pytest \
232-
-v -Werror -Wignore::ImportWarning --doctest-glob="*.rst" \
233-
-ra --error-for-skips \
234-
-k '(-regex)'
230+
run: python ${{ matrix.opts }} -m pytest -v -Werror -Wignore::ImportWarning --doctest-glob="*.rst" -ra --error-for-skips -k '(-regex)'
235231

236232
py-release:
237233
name: Release

0 commit comments

Comments
 (0)