Skip to content

Commit e3e6c09

Browse files
committed
fix: update editable posthog path in django5 integration tests
1 parent 600b168 commit e3e6c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/django5/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies = [
1616
required-version = ">=0.5"
1717

1818
[tool.uv.sources]
19-
posthog = { path = "..", editable = true }
19+
posthog = { path = "../..", editable = true }

0 commit comments

Comments
 (0)