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