From c0b328d16e0ec06a5ccfd5a1fc2a5cd61e6fcb5b Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Thu, 7 Dec 2023 17:03:54 +0000 Subject: [PATCH] python3 version on tests --- .github/workflows/multiplatform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/multiplatform.yml b/.github/workflows/multiplatform.yml index 3cf8198..150123b 100644 --- a/.github/workflows/multiplatform.yml +++ b/.github/workflows/multiplatform.yml @@ -79,6 +79,7 @@ jobs: - name: make test_local (all) shell: bash run: | + python3 --version make test_local - name: make test_package (all) shell: bash