Skip to content

Commit eafdbee

Browse files
committed
Updated the workflow to ensure that sudo is not used when running the command
1 parent 63234a0 commit eafdbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737

3838
- name: Check Installability
3939
working-directory: project/sanity
40-
run: sudo poetry add zitadel-client@../library
40+
run: poetry add zitadel-client@../library

0 commit comments

Comments
 (0)