Skip to content

Commit 6285ca6

Browse files
committed
Remove inversion of test results for windows
1 parent f401d84 commit 6285ca6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ jobs:
9090
run: |
9191
conda install pytest
9292
python -m pytest
93-
- name: invert failure
94-
if: ${{ steps.tests.outcome != 'success' && matrix.os == 'windows-latest' }}
95-
run: exit 0
96-
- name: invert success
97-
if: ${{ steps.tests.outcome == 'success' && matrix.os == 'windows-latest' }}
98-
run: exit 1
9993
10094
pip-tests:
10195
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)