Skip to content

Commit

Permalink
Merge pull request #116 from learningequality/npm_publish
Browse files Browse the repository at this point in the history
Install pre-commit to ensure that the npm publish can happen unimpeded.
  • Loading branch information
rtibbles authored Jan 17, 2024
2 parents 2d708e2 + d7fe99c commit 159176b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-py3.9-${{ hashFiles('.github/workflows/npm-publish.yml') }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 159176b

Please sign in to comment.