diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6e0a6d9..a825efed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - python: [3.8', '3.9', '3.10'] + python: ['3.8', '3.9', '3.10'] runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@master