Skip to content

Commit fa39f42

Browse files
authored
test: Fix python venv installation issue (#254)
1 parent 763b56d commit fa39f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"test": "yarn test:js && yarn test:python",
1818
"test:js": "vitest",
19-
"test:python": "(cd python && uv venv && uv pip install -e . && uv run pytest)",
19+
"test:python": "cd python && uv sync && uv pip install -e . && uv run pytest",
2020

2121
"build": "yarn build:js && yarn build:python && yarn build:tarball",
2222
"build:js": "(cd javascript/sentry-conventions && yarn build)",

0 commit comments

Comments
 (0)