diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c6ceede..3d9fa28 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,8 +19,8 @@ jobs: version: - "3.10" - "3.11" - - "3.12" - os: ["ubuntu-latest", "windows-latest", "macos-latest"] + # - "3.12" + os: ["ubuntu-latest"] # "windows-latest", "macos-latest"] arch: - x64 name: Test ${{ matrix.version }} on ${{ matrix.os }} (${{ matrix.arch }}) @@ -34,8 +34,8 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v4 - with: - enable-cache: true + # with: + # enable-cache: true - name: Install the project run: uv pip install .[test] --system