Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Jun 25, 2024
1 parent 6682181 commit 8910c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
command: echo "source .venv/bin/activate" >> $BASH_ENV
- run:
name: Install playwright dependencies
command: sudo playwright install --with-deps
command: playwright install --with-deps
- run:
name: Migrate database
command: integreat-cms-cli migrate --settings=integreat_cms.core.circleci_settings
Expand Down

0 comments on commit 8910c1c

Please sign in to comment.