Skip to content

Commit

Permalink
Ensure that pre-commit is installed for publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jan 12, 2024
1 parent 7c082b0 commit 027970b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 027970b

Please sign in to comment.