Lines Matching full:python
1 name: Python
15 python-version: ['3.x']
22 - name: Python setup
23 uses: actions/setup-python@v5
25 python-version: ${{ matrix.python-version }}
26 - name: Python dependencies
30 - name: Python test
39 cd python/tests
40 PYTHON=python3 make test TEST_OPTS="--ceed /cpu/self/ref/serial -vv"
41 cd ../../examples/python
42 PYTHON=python3 make test TEST_OPTS="--ceed /cpu/self/ref/serial -vv"
44 - name: Python style
50 - name: Python version