diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f3421a894..9a83c008a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: PROJECT_PATH: ./scratch-blocks container: image: python:2.7.18-buster - options: --user 1001 + options: --user root steps: - uses: actions/checkout@v3 - name: Install Chrome Dependencies