feat: add python3 --version
to tests
Makes it easy to check the `python` version against the Zephyr documentation. PR: #72
This commit is contained in:
parent
b5481baf02
commit
455347f20a
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -343,6 +343,8 @@ jobs:
|
||||
run: docker run -d -it --name candidate ${{ env.docker-args }} ${{ steps.paths.outputs.build-candidate }}
|
||||
- name: Test cmake
|
||||
run: cmake --version
|
||||
- name: Test python
|
||||
run: python3 --version
|
||||
- name: Test diff
|
||||
run: diff --version
|
||||
- name: Test west init
|
||||
|
Loading…
Reference in New Issue
Block a user