Skip to content

Commit be8d0f8

Browse files
committed
fix
1 parent a33a043 commit be8d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install test dependencies
6464
shell: bash
6565
run: |
66-
UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --test
66+
UV_PROJECT_ENVIRONMENT=$pythonLocation uv sync --group test
6767
6868
- name: Run posthog tests
6969
run: |

0 commit comments

Comments
 (0)