Skip to content

Commit d61095c

Browse files
committed
uv use system python
1 parent 167f70d commit d61095c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
**/requirements*.txt
3030
3131
- name: Install the project
32-
run: uv sync --all-extras --dev && source .venv/bin/activate
32+
run: uv sync
33+
env:
34+
UV_SYSTEM_PYTHON: "true"
3335

3436
- name: Build a binary wheel and a source tarball
3537
if: matrix.os == 'ubuntu-latest'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)