diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cf7444e..e36276a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,6 +17,10 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.9 + - name: Install Python dependencies + run: | + python -m pip install --upgrade pip + pip install pre-commit - run: make release-npm env: NODE_AUTH_TOKEN: ${{secrets.NPM_API_TOKEN}}