From 7429c53a948bf4ca38d11c7229613deee55a56d1 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:00:09 -0700 Subject: [PATCH] dont include pyproject.toml --- .github/workflows/build-wheels.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c7e49543c..e9a0b6ed6 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -295,6 +295,9 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ env.COMMIT_SHA_TO_BUILD_AND_TEST }} + sparse-checkout: | + test + .github # Need to be able to save Docker Hub credentials to keychain - if: ${{ inputs.platform-tag == 'macosx_arm64' && inputs.use-server-rc }} @@ -354,7 +357,7 @@ jobs: working-directory: test shell: bash - - run: uv run --no-build --module pytest new_tests/ + - run: uv run --module pytest new_tests/ working-directory: test shell: bash