diff --git a/.github/workflows/test_automation.yml b/.github/workflows/test_automation.yml index ed2f45d..a26b07c 100644 --- a/.github/workflows/test_automation.yml +++ b/.github/workflows/test_automation.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: [3.10] # Versions of Python to test against + python-version: [3.10.12] # Versions of Python to test against steps: - name: Check out repository code