Skip to content

Commit ac1973f

Browse files
committed
fix: avoid unintentionally interrupted from subprocess on Windows
1 parent a341611 commit ac1973f

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/workflows/_test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ jobs:
5555
run: |
5656
${{ matrix.platform.python_exec }} -m mypy python
5757
- name: Python tests
58-
if: ${{ !startsWith(matrix.platform.runner, 'windows') }}
59-
run: |
60-
${{ matrix.platform.python_exec }} -m pytest --capture=no python/cocoindex/tests
61-
- name: Python tests (Windows cmd)
62-
if: ${{ startsWith(matrix.platform.runner, 'windows') }}
63-
shell: cmd # Use `cmd` to run test for Windows, as PowerShell doesn't detect exit code by `os._exit(0)` correctly.
6458
run: |
6559
${{ matrix.platform.python_exec }} -m pytest --capture=no python/cocoindex/tests
6660

python/cocoindex/tests/conftest.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)