diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ceb8d..6a1c6d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Install npm run: | - npm install -g npm@latest || npm install -g npm@9 + sudo npm install -g npm@latest || sudo npm install -g npm@9 - name: Install dependencies run: pip install 'tox<4'