diff --git a/.github/workflows/auto_formatting_tests_and_coverage.yml b/.github/workflows/auto_formatting_tests_and_coverage.yml index df806dd1..83699f0d 100644 --- a/.github/workflows/auto_formatting_tests_and_coverage.yml +++ b/.github/workflows/auto_formatting_tests_and_coverage.yml @@ -32,7 +32,7 @@ jobs: # OSs to test os: [ubuntu-latest, macos-latest] # Python versions to test - python-version: [3.8, 3.9, 3.10, 3.11] + python-version: [3.8, 3.9, '3.10', 3.11] # By default everything should pass for the workflow to pass experimental: [false] include: @@ -44,7 +44,7 @@ jobs: python-version: 3.9 experimental: true - os: windows-latest - python-version: 3.10 + python-version: '3.10' experimental: true - os: windows-latest python-version: 3.11