From e201bcccb1e8b891c1948bdff192d50682eb83fe Mon Sep 17 00:00:00 2001 From: Dinis Cruz Date: Sat, 12 Oct 2024 15:46:40 +0100 Subject: [PATCH] setting the version of python to use --- .github/actions/run-tests/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index 2f1e99d..15b2cdb 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -7,6 +7,8 @@ runs: - name: Install Python 3.x uses: actions/setup-python@v5 + with: + python-version: '3.12' # Use the desired Python version - name: Install dependencies shell: bash