Skip to content

Commit

Permalink
dont include pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 21, 2024
1 parent d0afcba commit 7429c53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7429c53

Please sign in to comment.