From df7eaa020d656c519b5197cd3d19c587cb1dd234 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:05:12 -0500 Subject: [PATCH] ci(cross) use python3 instead of python --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 089f45b8f8..242fabafa6 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -80,4 +80,4 @@ jobs: # Produce a binary artifact and place it in the mounted volume run: | - python tests/main.py --report test + python3 tests/main.py --report test