Skip to content

Commit bfb3a43

Browse files
committed
Uncomment uv run pytest in .github/workflows/test-python.yml
1 parent 695bc5f commit bfb3a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
- name: maturin venv Build
6969
working-directory: python
70-
run: uv run --no-project maturin develop
70+
run: uv run maturin develop
7171

72-
# - name: Run pytest
73-
# working-directory: python
74-
# run: uv run --no-project pytest
72+
- name: Run pytest
73+
working-directory: python
74+
run: uv run pytest --verbose

0 commit comments

Comments
 (0)