Skip to content

Commit cb29ff1

Browse files
authored
Update build.yml
1 parent f3830f3 commit cb29ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
run: python -m pip install -r requirements.txt
4444
- name: Run tests
4545
env:
46-
PYTHONPATH: .
47-
run: pytest -q
46+
PYTHONPATH: ${{ github.workspace }}
47+
run: uv run python -m pytest -q
4848

4949
build:
5050
name: Build (${{ matrix.os }})

0 commit comments

Comments
 (0)