diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index a9c0ac5..1fada3f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - python-version: [3.10,3.11,3.12] + python-version: ["3.10", "3.11", "3.12"] os: [ubuntu-latest] runs-on: ${{matrix.os}} steps: