diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 600fb9f..e82cbba 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ on: - main jobs: - test: + Build: runs-on: ${{ matrix.os }} env: DISPLAY: :0 @@ -21,8 +21,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - python: [ "3.11","3.12" ] + os: [ubuntu-latest, macos-latest, windows-latest] + python: ["3.11", "3.12"] defaults: run: shell: bash