From 455347f20a428fb9a68c308237409549135fd52c Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:01:07 +0100 Subject: [PATCH] feat: add `python3 --version` to tests Makes it easy to check the `python` version against the Zephyr documentation. PR: #72 --- .github/workflows/containers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 23caf94..19e22f5 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -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