Skip to content

Commit e0ade6a

Browse files
committed
Use system Python
1 parent c1a4dae commit e0ade6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
branches:
1111
- main
1212

13+
env:
14+
UV_SYSTEM_PYTHON: 1
15+
1316
jobs:
1417
build:
1518
runs-on: ${{ matrix.os }}
@@ -29,11 +32,9 @@ jobs:
2932
sudo apt-get install -y libsndfile1
3033
- name: Install dependencies
3134
run: |
32-
uv venv
3335
uv pip install ".[dev]"
3436
- name: Run tests
3537
run: |
36-
source .venv/bin/activate
3738
pytest
3839
- name: Check source code format
3940
run: black --check --diff .

0 commit comments

Comments
 (0)