We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f9e59 commit 69b4267Copy full SHA for 69b4267
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dev dependencies
28
shell: bash
29
run: |
30
- UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --frozen --dev
+ UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --dev
31
32
- name: Check formatting with ruff
33
@@ -63,7 +63,7 @@ jobs:
63
- name: Install test dependencies
64
65
66
- UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --frozen --test
+ UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --test
67
68
- name: Run posthog tests
69
0 commit comments