diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c106793..28c2f36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,10 @@ jobs: test: strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] - os: ["ubuntu-20.04", "macos-latest"] + # python-version: ["3.10", "3.11", "3.12"] + # os: ["ubuntu-20.04", "macos-latest"] + python-version: ["3.10"] + os: ["ubuntu-20.04"] runs-on: ${{matrix.os}} steps: - name: Checkout