diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ac0f873..1e0e6ef0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,10 +28,10 @@ jobs: fail-fast: false matrix: python_version: - - 3.8 - - 3.9 - - 3.10 - steps: + - '3.8' + - '3.9' + - '3.10' + steps: - uses: actions/checkout@v3 - name: Set up Python