Skip to content

Commit

Permalink
uv use system python
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Oct 12, 2024
1 parent 167f70d commit d61095c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
**/requirements*.txt
- name: Install the project
run: uv sync --all-extras --dev && source .venv/bin/activate
run: uv sync
env:
UV_SYSTEM_PYTHON: "true"

- name: Build a binary wheel and a source tarball
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d61095c

Please sign in to comment.