From d0afcbab5b8f43717fdcc698afa3f4e75f1296cb Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:55:58 -0700 Subject: [PATCH] dont buildf --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 5499b1229..c7e49543c 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -354,7 +354,7 @@ jobs: working-directory: test shell: bash - - run: uv run --module pytest new_tests/ + - run: uv run --no-build --module pytest new_tests/ working-directory: test shell: bash