From 17e82057071a8eb4afea53cc2ad91cbc0146cecf Mon Sep 17 00:00:00 2001 From: Benjamin MacLellan Date: Fri, 6 Dec 2024 16:57:26 -0500 Subject: [PATCH] [fix] Fix action --- .github/workflows/pytest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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