Skip to content

Commit 69b4267

Browse files
committed
fix
1 parent b0f9e59 commit 69b4267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dev dependencies
2828
shell: bash
2929
run: |
30-
UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --frozen --dev
30+
UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --dev
3131
3232
- name: Check formatting with ruff
3333
run: |
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install test dependencies
6464
shell: bash
6565
run: |
66-
UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --frozen --test
66+
UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --test
6767
6868
- name: Run posthog tests
6969
run: |

0 commit comments

Comments
 (0)