Lines Matching full:python
87 …python %ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform…
94 python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
95 name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Ubuntu)
100 - name: Setup Python
101 uses: actions/setup-python@v5
103 python-version: ${{ matrix.python-version }}
111 - name: Run python tests
118 name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Windows)
136 python -m build; if($LastExitCode -ne 0) {Write-Error "$LastExitCode"};
141 - name: Run python tests
153 - name: Setup Python
154 uses: actions/setup-python@v5
156 python-version: '3.12'
185 - name: Run python release tests
251 python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
253 …name: Release tests 3 (Python ${{ matrix.python-version }}${{ matrix.asserts != '' && ' with asser…
265 - name: Setup Python
266 uses: actions/setup-python@v5
268 python-version: ${{ matrix.python-version }}
287 python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
289 …name: Release tests 4 (Python ${{ matrix.python-version }}${{ matrix.asserts != '' && ' with asser…
301 - name: Setup Python
302 uses: actions/setup-python@v5
304 python-version: ${{ matrix.python-version }}
312 - name: Run python tests on samples