We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a341611 commit ac1973fCopy full SHA for ac1973f
.github/workflows/_test.yml
@@ -55,12 +55,6 @@ jobs:
55
run: |
56
${{ matrix.platform.python_exec }} -m mypy python
57
- 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.
64
65
${{ matrix.platform.python_exec }} -m pytest --capture=no python/cocoindex/tests
66
python/cocoindex/tests/conftest.py
0 commit comments