From 3c621ea28cfb311d0ae03933164f696c96dbca60 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 12 Jan 2023 22:59:07 +0100 Subject: [PATCH] Fix Python 3.10 beein run as 3.1 --- .github/workflows/ansible-test-plugins.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index d350057..a5c28aa 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -54,9 +54,9 @@ jobs: - stable-2.14 # - devel python: - # - 3.8 - - 3.9 - # - 3.10 + - "3.8" + - "3.9" + - "3.10" # Without quotes, this become 3.1 in run_all_test.py! connector: # - pymysql==0.7.10 - pymysql==0.9.3