Skip to content

Commit 032f8b5

Browse files
committed
uv pip install
1 parent ead11cc commit 032f8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ per-file-ignores=__init__.py:F401
1717
usedevelop=True
1818
commands_pre=
1919
uv pip install --upgrade pip
20-
uv python -m pip install --group dev -e .
20+
uv pip install --group dev -e .
2121
commands=
2222
core: pytest -n auto --timeout=1200 {posargs:tests/core}
2323
demos: pytest -n auto --timeout=1200 {posargs:tests/examples}

0 commit comments

Comments
 (0)