Skip to content

Commit a47983e

Browse files
committed
test unix-like syntax
1 parent 5334a43 commit a47983e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ jobs:
5454

5555
- if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
5656
name: Run pytest (against pandas nightly)
57-
continue-on-error: true
58-
run: poetry run poe pytest --nightly
57+
run: poetry run poe pytest --nightly ; exit 1 || true

0 commit comments

Comments
 (0)