Skip to content

Commit

Permalink
install handlebars globally
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 5, 2023
1 parent f65bbc8 commit c6d96cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- name: install handlebars
run: |
npm -g install handlebars
npm -g bin >> $GITHUB_PATH
npm install -g handlebars
- name: Build sdist and wheel
run: |
Expand Down

0 comments on commit c6d96cf

Please sign in to comment.